Inheritance diagram for MyGeom:
Public Member Functions | |
MyGeom () | |
~MyGeom () | |
void | Draw (Option_t *option) |
void | Paint (Option_t *option) |
MyGeom () | |
~MyGeom () | |
void | Draw (Option_t *option) |
void | Paint (Option_t *option) |
Private Member Functions | |
ClassDef (MyGeom, 0) | |
ClassDef (MyGeom, 0) | |
Private Attributes | |
std::vector< Shape * > | fShapes |
std::vector< Shape * > | fShapes |
Definition at line 349 of file viewer3DLocal.C.
MyGeom::MyGeom | ( | ) |
MyGeom::~MyGeom | ( | ) |
Definition at line 381 of file viewer3DLocal.C.
MyGeom::MyGeom | ( | ) |
MyGeom::~MyGeom | ( | ) |
void MyGeom::Draw | ( | Option_t * | option | ) | [virtual] |
Reimplemented from TObject.
Definition at line 386 of file viewer3DLocal.C.
References TObject::Draw(), and gPad.
Referenced by viewer3DLocal(), and viewer3DMaster().
void MyGeom::Paint | ( | Option_t * | option | ) | [virtual] |
Reimplemented from TObject.
Definition at line 394 of file viewer3DLocal.C.
References TVirtualViewer3D::AddObject(), buffer, fShapes, Shape::GetBuffer3D(), gPad, TBuffer3D::kBoundingBox, TBuffer3D::kCore, TBuffer3D::kNone, and TBuffer3D::kShapeSpecific.
MyGeom::ClassDef | ( | MyGeom | , | |
0 | ||||
) | [private] |
MyGeom::ClassDef | ( | MyGeom | , | |
0 | ||||
) | [private] |
std::vector<Shape *> MyGeom::fShapes [private] |
std::vector<Shape *> MyGeom::fShapes [private] |
Definition at line 262 of file viewer3DMaster.C.