165 std::cout << IsA()->GetName() <<
" N=" <<
GetN()<<
" Option="<<option<<std::endl;
174 std::cout <<
" " << IsA()->GetName() <<
" Printing N=" <<
GetN()<<
" Option="<<option<<std::endl;
virtual void Delete()
Delete only own object.
virtual Option_t * GetOption() const
virtual Int_t GetLastPosition() const
Abstract class to define Arrays of 3D points.
virtual void Copy(TObject &points) const
Copy this TPoints3D to another.
void SetBit(UInt_t f, Bool_t set)
Set or unset the user status bits as specified in f.
virtual void Copy(TObject &object) const
Copy this to obj.
virtual void ls(Option_t *option="") const
List this 3-D polyline with its attributes.
virtual Int_t SetLastPosition(Int_t idx)
virtual Float_t * GetP() const
GetP() returns the pointer to the float point array of points if available The number of the availabl...
Bool_t DoOwner(Bool_t done=kTRUE)
to be documented
virtual void Delete(Option_t *)
Delete this object.
TPoints3D(TPoints3DABC *points=0)
3-D PolyLine default constructor.
static void IndentLevel()
Functions used by ls() to indent an object hierarchy.
virtual Int_t GetN() const
GetN() returns the number of allocated cells if any.
virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py)
Execute action corresponding to an event at (px,py).
virtual void Print(Option_t *option="") const
Dump this 3-D polyline with its attributes.
Mother of all ROOT objects.
you should not use this method at all Int_t Int_t z
virtual ~TPoints3D()
3-D PolyLine default destructor.
virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py)
Execute action corresponding to one event.