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


Public Methods | |
| TPolyMarker3D () | |
| TPolyMarker3D (Int_t n, Marker_t marker=1, Option_t *option="") | |
| TPolyMarker3D (Int_t n, Float_t *p, Marker_t marker=1, Option_t *option="") | |
| TPolyMarker3D (Int_t n, Double_t *p, Marker_t marker=1, Option_t *option="") | |
| TPolyMarker3D (const TPolyMarker3D &polymarker) | |
| virtual | ~TPolyMarker3D () |
| virtual void | Copy (TObject &polymarker) const |
| Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
| virtual void | Draw (Option_t *option="") |
| virtual void | DrawPolyMarker (Int_t n, Float_t *p, Marker_t marker, Option_t *option="") |
| virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
| virtual Int_t | GetLastPoint () const |
| virtual Int_t | GetN () const |
| virtual 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 | PaintPolyMarker (Int_t n, Float_t *p, Marker_t marker, Option_t *option="") |
| virtual void | Print (Option_t *option="") const |
| virtual void | SavePrimitive (ofstream &out, Option_t *option) |
| void | SetPoint (Int_t n, Double_t x, Double_t y, Double_t z) |
| virtual void | SetPolyMarker (Int_t n, Float_t *p, Marker_t marker, Option_t *option="") |
| virtual void | SetPolyMarker (Int_t n, Double_t *p, Marker_t marker, Option_t *option="") |
| virtual Int_t | SetNextPoint (Double_t x, Double_t y, Double_t z) |
| virtual void | Sizeof3D () const |
| virtual Int_t | Size () const |
Static Public Methods | |
| void | PaintH3 (TH1 *h, Option_t *option) |
| void | SizeofH3 (TH1 *h) |
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 from TObject. |
|
|
Reimplemented from TObject. |
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
Reimplemented from TObject. |
|
|
Definition at line 62 of file TPolyMarker3D.h. References fLastPoint. |
|
|
Definition at line 63 of file TPolyMarker3D.h. References fN. |
|
|
Definition at line 64 of file TPolyMarker3D.h. References fP. |
|
|
Reimplemented from TObject. Definition at line 65 of file TPolyMarker3D.h. References TString::Data(). |
|
|
Reimplemented from TObject. |
|
|
|
|
|
Reimplemented from TObject. |
|
||||||||||||||||||||
|
|
|
|
Reimplemented from TObject. |
|
||||||||||||
|
Reimplemented from TObject. |
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
Reimplemented from TAtt3D. |
|
|
Definition at line 77 of file TPolyMarker3D.h. References fLastPoint. |
|
||||||||||||
|
|
|
|
|
|
|
Definition at line 43 of file TPolyMarker3D.h. Referenced by GetN(). |
|
|
Definition at line 44 of file TPolyMarker3D.h. Referenced by GetP(). |
|
|
Definition at line 45 of file TPolyMarker3D.h. |
|
|
Definition at line 46 of file TPolyMarker3D.h. |
|
|
The list number for OpenGL view.
Definition at line 47 of file TPolyMarker3D.h. Referenced by GetLastPoint(), and Size(). |
1.2.16