library: libGraf3d
#include "TPointSet3D.h"

TPointSet3D


class description - header file - source file - inheritance tree (.pdf)

class TPointSet3D : public TPolyMarker3D, public TAttBBox

Inheritance Chart:
TObject
TAttMarker
TAtt3D
<-
TPolyMarker3D
TAttBBox
<-
TPointSet3D

    public:
TPointSet3D() TPointSet3D(Int_t n, Marker_t marker = 1, Option_t* option = "") TPointSet3D(Int_t n, Float_t* p, Marker_t marker = 1, Option_t* option = "") TPointSet3D(Int_t n, Double_t* p, Marker_t marker = 1, Option_t* option = "") TPointSet3D(const TPointSet3D& polymarker) virtual ~TPointSet3D() static TClass* Class() virtual void ComputeBBox() virtual TClass* IsA() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members




Class Description

______________________________________________________________________
 TPointSet3D

 TPolyMarker3D using TPointSet3DGL for direct OpenGL rendering.
 Supports does not support exotic marker types, only
 full-circle (20) and square (21). Marker size is applied.
 If other marker type is specified, pixels are rendered and point-size
 is ignored.
void ComputeBBox()
Compute the bounding box of this points set
TPointSet3D()
TPointSet3D(Int_t n, Marker_t marker=1, Option_t *option="")
TPointSet3D(Int_t n, Float_t *p, Marker_t marker=1, Option_t *option="")
TPointSet3D(Int_t n, Double_t *p, Marker_t marker=1, Option_t *option="")
TPointSet3D(const TPointSet3D &polymarker)
virtual ~TPointSet3D()

Author: Matevz Tadel 7/4/2006
Last update: root/g3d:$Name: $:$Id: TPointSet3D.cxx,v 1.4 2006/05/09 19:08:44 brun Exp $
Copyright (C) 1995-2006, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.