12 #ifndef ROOT_TPolyMarker3D 13 #define ROOT_TPolyMarker3D
virtual void Paint(Option_t *option="")
Paint a TPolyMarker3D.
static void PaintH3(TH1 *h, Option_t *option)
Paint 3-d histogram h with 3-d polymarkers.
virtual void SetName(const char *name)
Change (i.e.
virtual ~TPolyMarker3D()
3-D polymarker destructor.
Use this attribute class when an object should have 3D capabilities.
TPolyMarker3D & operator=(const TPolyMarker3D &)
assignment operator
#define ClassDef(name, id)
virtual void Copy(TObject &polymarker) const
Copy polymarker to polymarker obj.
virtual void SetPolyMarker(Int_t n, Float_t *p, Marker_t marker, Option_t *option="")
Re-initialize polymarker with n points from p.
virtual void SavePrimitive(std::ostream &out, Option_t *option="")
Save primitive as a C++ statement(s) on output stream.
TPolyMarker3D()
3-D polymarker default constructor.
virtual void DrawPolyMarker(Int_t n, Float_t *p, Marker_t marker, Option_t *option="")
Draw this 3-D polymarker with new coordinates.
virtual void GetPoint(Int_t n, Float_t &x, Float_t &y, Float_t &z) const
Fills the parameters x, y, z with the coordinate of the n-th point n must be between 0 and Size() - 1...
Collection abstract base class.
Int_t DistancetoPrimitive(Int_t px, Int_t py)
Compute distance from point px,py to a 3-D polymarker.
virtual void Draw(Option_t *option="")
Draws 3-D polymarker with its current attributes.
void SetPoint(Int_t n, Double_t x, Double_t y, Double_t z)
Set point n to x, y, z.
virtual void ls(Option_t *option="") const
List this 3-D polymarker.
virtual Int_t SetNextPoint(Double_t x, Double_t y, Double_t z)
Set point following LastPoint to x, y, z.
virtual const char * GetName() const
Returns name of object.
virtual void Print(Option_t *option="") const
Print 3-D polymarker with its attributes on stdout.
Mother of all ROOT objects.
you should not use this method at all Int_t Int_t z
virtual Int_t GetN() const
virtual Float_t * GetP() const
virtual Int_t Merge(TCollection *list)
Merge polymarkers in the collection in this polymarker.
Option_t * GetOption() const
virtual Int_t GetLastPoint() const
virtual Int_t Size() const
virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py)
Execute action corresponding to one event.
const char * Data() const