#include <TShape.h>
Inheritance diagram for TShape:


Public Methods | |
| TShape () | |
| TShape (const char *name, const char *title, const char *material) | |
| virtual | ~TShape () |
| TMaterial * | GetMaterial () const |
| virtual Int_t | GetNumber () const |
| Int_t | GetVisibility () const |
| virtual void | Paint (Option_t *option="") |
| virtual void | PaintGLPoints (Float_t *vertex) |
| virtual void | PaintShape (X3DBuffer *buff, Bool_t rangeView=kFALSE) |
| virtual void | SetName (const char *name) |
| virtual void | SetPoints (Float_t *buffer) |
| virtual void | SetVisibility (Int_t vis) |
Protected Methods | |
| Int_t | ShapeDistancetoPrimitive (Int_t numPoints, Int_t px, Int_t py) |
Protected Attributes | |
| Int_t | fNumber |
| Int_t | fVisibility |
| TMaterial * | fMaterial |
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
Definition at line 69 of file TShape.h. References fNumber. |
|
|
Definition at line 70 of file TShape.h. References fVisibility. |
|
|
Reimplemented from TObject. Reimplemented in TBRIK, TPCON, TSPHE, TTUBE, TTUBS, and TXTRU. |
|
|
Reimplemented in TBRIK, TPCON, TSPHE, TTUBE, TTUBS, and TXTRU. |
|
||||||||||||
|
|
|
|
Reimplemented from TNamed. |
|
|
Reimplemented in TBRIK, TCONE, TCONS, TCTUB, TGTRA, TPARA, TPCON, TSPHE, TTRAP, TTRD1, TTRD2, TTUBE, TTUBS, and TXTRU. |
|
|
Definition at line 76 of file TShape.h. References fVisibility. |
|
|
Definition at line 58 of file TShape.h. Referenced by GetNumber(). |
|
|
Definition at line 59 of file TShape.h. Referenced by GetVisibility(), and SetVisibility(). |
|
|
|
1.2.16