Inheritance diagram for Shape:
Public Member Functions | |
Shape (Int_t color, Double_t x, Double_t y, Double_t z) | |
~Shape () | |
virtual TBuffer3D & | GetBuffer3D (UInt_t reqSections)=0 |
Shape (Int_t color, Double_t x, Double_t y, Double_t z) | |
~Shape () | |
virtual TBuffer3D & | GetBuffer3D (UInt_t reqSections)=0 |
Protected Member Functions | |
ClassDef (Shape, 0) | |
ClassDef (Shape, 0) | |
Protected Attributes | |
Double_t | fX |
Double_t | fY |
Double_t | fZ |
Int_t | fColor |
Definition at line 34 of file viewer3DLocal.C.
Definition at line 50 of file viewer3DLocal.C.
Shape::~Shape | ( | ) | [inline] |
Definition at line 38 of file viewer3DLocal.C.
Shape::~Shape | ( | ) | [inline] |
Definition at line 32 of file viewer3DMaster.C.
Referenced by MyGeom::Paint().
Shape::ClassDef | ( | Shape | , | |
0 | ||||
) | [protected] |
Shape::ClassDef | ( | Shape | , | |
0 | ||||
) | [protected] |
Definition at line 42 of file viewer3DLocal.C.
Referenced by Box::GetBuffer3D(), SBPyramid::GetBuffer3D(), and Sphere::GetBuffer3D().
Definition at line 42 of file viewer3DLocal.C.
Referenced by Box::GetBuffer3D(), SBPyramid::GetBuffer3D(), and Sphere::GetBuffer3D().
Definition at line 42 of file viewer3DLocal.C.
Referenced by Box::GetBuffer3D(), SBPyramid::GetBuffer3D(), and Sphere::GetBuffer3D().
Int_t Shape::fColor [protected] |
Definition at line 43 of file viewer3DLocal.C.
Referenced by Box::GetBuffer3D(), SBPyramid::GetBuffer3D(), and Sphere::GetBuffer3D().