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


Public Methods | |
| TPolyLine3D () | |
| TPolyLine3D (Int_t n, Option_t *option="") | |
| TPolyLine3D (Int_t n, Float_t *p, Option_t *option="") | |
| TPolyLine3D (Int_t n, Double_t *p, Option_t *option="") | |
| TPolyLine3D (Int_t n, Float_t *x, Float_t *y, Float_t *z, Option_t *option="") | |
| TPolyLine3D (Int_t n, Double_t *x, Double_t *y, Double_t *z, Option_t *option="") | |
| TPolyLine3D (const TPolyLine3D &polylin) | |
| virtual | ~TPolyLine3D () |
| virtual void | Copy (TObject &polyline) const |
| virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
| virtual void | Draw (Option_t *option="") |
| virtual void | DrawPolyLine (Int_t n, Float_t *p, Option_t *option="") |
| virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
| Int_t | GetLastPoint () const |
| Int_t | GetN () const |
| Float_t * | GetP () const |
| Option_t * | GetOption () const |
| virtual void | ls (Option_t *option="") const |
| virtual Int_t | Merge (TCollection *list) |
| virtual void | Paint (Option_t *option="") |
| virtual void | PaintPolyLine (Int_t n, Float_t *p, Option_t *option="") |
| virtual void | PaintPolyLine (Int_t n, Double_t *p, Option_t *option="") |
| virtual void | Print (Option_t *option="") const |
| virtual void | SavePrimitive (ofstream &out, Option_t *option) |
| virtual Int_t | SetNextPoint (Double_t x, Double_t y, Double_t z) |
| virtual void | SetOption (Option_t *option="") |
| virtual void | SetPoint (Int_t point, Double_t x, Double_t y, Double_t z) |
| virtual void | SetPolyLine (Int_t n, Option_t *option="") |
| virtual void | SetPolyLine (Int_t n, Float_t *p, Option_t *option="") |
| virtual void | SetPolyLine (Int_t n, Double_t *p, Option_t *option="") |
| virtual void | Sizeof3D () const |
| virtual Int_t | Size () const |
Static Public Methods | |
| void | DrawOutlineCube (TList *outline, Double_t *rmin, Double_t *rmax) |
Protected Attributes | |
| Int_t | fN |
| Float_t * | fP |
| TString | fOption |
| UInt_t | fGLList |
| Int_t | fLastPoint |
| The list number for OpenGL view. | |
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Reimplemented from TObject. Reimplemented in THelix. |
|
||||||||||||
|
Reimplemented from TObject. |
|
|
Reimplemented from TObject. Reimplemented in THelix. |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
Reimplemented from TObject. |
|
|
Definition at line 68 of file TPolyLine3D.h. References fLastPoint. |
|
|
Definition at line 69 of file TPolyLine3D.h. References fN. |
|
|
Definition at line 70 of file TPolyLine3D.h. References fP. |
|
|
Reimplemented from TObject. Reimplemented in THelix. Definition at line 71 of file TPolyLine3D.h. References TString::Data(). |
|
|
Reimplemented from TObject. |
|
|
|
|
|
Reimplemented from TObject. Reimplemented in THelix. Referenced by THelix::Paint(). |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
Reimplemented from TObject. Reimplemented in THelix. |
|
||||||||||||
|
Reimplemented from TObject. Reimplemented in THelix. |
|
||||||||||||||||
|
|
|
|
Reimplemented in THelix. Definition at line 80 of file TPolyLine3D.h. |
|
||||||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
Reimplemented from TAtt3D. Reimplemented in THelix. |
|
|
Definition at line 86 of file TPolyLine3D.h. References fLastPoint. |
|
||||||||||||||||
|
|
|
|
Definition at line 47 of file TPolyLine3D.h. Referenced by GetN(). |
|
|
Definition at line 48 of file TPolyLine3D.h. Referenced by GetP(). |
|
|
Definition at line 49 of file TPolyLine3D.h. Referenced by THelix::GetOption(), and THelix::SetOption(). |
|
|
Definition at line 50 of file TPolyLine3D.h. |
|
|
The list number for OpenGL view.
Definition at line 51 of file TPolyLine3D.h. Referenced by GetLastPoint(), and Size(). |
1.2.16