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


Public Methods | |
| TTUBE () | |
| TTUBE (const char *name, const char *title, const char *material, Float_t rmin, Float_t rmax, Float_t dz, Float_t aspect=1) | |
| TTUBE (const char *name, const char *title, const char *material, Float_t rmax, Float_t dz) | |
| virtual | ~TTUBE () |
| virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
| virtual Float_t | GetRmin () |
| virtual Float_t | GetRmax () |
| virtual Float_t | GetDz () |
| virtual Int_t | GetNdiv () |
| virtual Float_t | GetAspectRatio () |
| virtual Int_t | GetNumberOfDivisions () const |
| virtual void | Paint (Option_t *option) |
| virtual void | SetNumberOfDivisions (Int_t ndiv) |
| virtual void | SetPoints (Float_t *buff) |
| virtual void | SetAspectRatio (Float_t factor=1) |
| virtual void | Sizeof3D () const |
Protected Methods | |
| virtual void | MakeTableOfCoSin () |
| Table of cos(fPhi1) .... cos(fPhil+fDphi1). | |
| virtual void | PaintGLPoints (Float_t *vertex) |
Protected Attributes | |
| Float_t | fRmin |
| Float_t | fRmax |
| Float_t | fDz |
| Int_t | fNdiv |
| Float_t | fAspectRatio |
| Double_t * | fSiTab |
| Double_t * | fCoTab |
| Table of sin(fPhi1) .... sin(fPhil+fDphi1). | |
|
|
|
|
||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
Table of cos(fPhi1) .... cos(fPhil+fDphi1).
Reimplemented in TTUBS. |
|
|
Reimplemented from TShape. Reimplemented in TTUBS. |
|
||||||||||||
|
Reimplemented from TObject. Reimplemented in TTUBS. |
|
|
Definition at line 61 of file TTUBE.h. References fRmin. |
|
|
Definition at line 62 of file TTUBE.h. References fRmax. |
|
|
Definition at line 63 of file TTUBE.h. References fDz. |
|
|
Definition at line 64 of file TTUBE.h. References fNdiv. |
|
|
Definition at line 65 of file TTUBE.h. References fAspectRatio. |
|
|
|
|
|
Reimplemented from TShape. Reimplemented in TTUBS. |
|
|
|
|
|
Reimplemented from TShape. |
|
|
Definition at line 70 of file TTUBE.h. References fAspectRatio. |
|
|
Reimplemented from TAtt3D. Reimplemented in TTUBS. |
|
|
Definition at line 39 of file TTUBE.h. Referenced by GetRmin(). |
|
|
Definition at line 40 of file TTUBE.h. Referenced by GetRmax(). |
|
|
Definition at line 42 of file TTUBE.h. Referenced by GetDz(). |
|
|
Definition at line 43 of file TTUBE.h. Referenced by GetNdiv(), and GetNumberOfDivisions(). |
|
|
Definition at line 45 of file TTUBE.h. Referenced by GetAspectRatio(), and SetAspectRatio(). |
|
|
|
|
|
Table of sin(fPhi1) .... sin(fPhil+fDphi1).
|
1.2.16