#include <TPointsArray3D.h>
Inheritance diagram for TPointsArray3D:
Definition at line 29 of file TPointsArray3D.h.
TPointsArray3D::TPointsArray3D | ( | ) |
Definition at line 75 of file TPointsArray3D.cxx.
References fGLList, fLastPoint, fN, fOption, and fP.
Definition at line 94 of file TPointsArray3D.cxx.
References fGLList, fLastPoint, fN, fOption, and fP.
TPointsArray3D::TPointsArray3D | ( | Int_t | n, | |
Float_t * | x, | |||
Float_t * | y, | |||
Float_t * | z, | |||
Option_t * | option = "" | |||
) |
Definition at line 120 of file TPointsArray3D.cxx.
TPointsArray3D::TPointsArray3D | ( | const TPointsArray3D & | points | ) |
Definition at line 162 of file TPointsArray3D.cxx.
TPointsArray3D::~TPointsArray3D | ( | ) | [virtual] |
TPointsArray3D::TPointsArray3D | ( | ) |
TPointsArray3D::TPointsArray3D | ( | Int_t | n, | |
Float_t * | x, | |||
Float_t * | y, | |||
Float_t * | z, | |||
Option_t * | option = "" | |||
) |
TPointsArray3D::TPointsArray3D | ( | const TPointsArray3D & | points | ) |
virtual TPointsArray3D::~TPointsArray3D | ( | ) | [virtual] |
void TPointsArray3D::Copy | ( | TObject & | points | ) | const [virtual] |
Reimplemented from TObject.
Definition at line 171 of file TPointsArray3D.cxx.
References TObject::Copy(), fLastPoint, fN, fOption, fP, and i.
Implements TPoints3DABC.
Definition at line 188 of file TPointsArray3D.cxx.
References ROOT::Math::gv_detail::dist(), fP, gPad, i, Size(), size, TMath::Sqrt(), TView::WCtoNDC(), and x1.
Int_t TPointsArray3D::GetLastPosition | ( | ) | const [inline, virtual] |
Int_t TPointsArray3D::GetN | ( | ) | const [inline, virtual] |
Reimplemented from TPoints3DABC.
Definition at line 73 of file TPointsArray3D.h.
References fN.
Referenced by SetLastPosition().
Float_t * TPointsArray3D::GetP | ( | ) | const [inline, virtual] |
Option_t * TPointsArray3D::GetOption | ( | ) | const [inline, virtual] |
Implements TPoints3DABC.
Definition at line 81 of file TPointsArray3D.h.
References TString::Data(), and fOption.
Bool_t TPointsArray3D::Is3D | ( | ) | const [inline, virtual] |
void TPointsArray3D::ls | ( | Option_t * | option = "" |
) | const [virtual] |
Reimplemented from TObject.
Definition at line 242 of file TPointsArray3D.cxx.
References fN, and TROOT::IndentLevel().
void TPointsArray3D::Print | ( | Option_t * | option = "" |
) | const [virtual] |
Implements TPoints3DABC.
Definition at line 260 of file TPointsArray3D.cxx.
References fLastPoint, GetN(), and TMath::Min().
void TPointsArray3D::SetOption | ( | Option_t * | option = "" |
) | [inline, virtual] |
Implements TPoints3DABC.
Definition at line 268 of file TPointsArray3D.cxx.
References fLastPoint, fN, fP, and TMath::Max().
Implements TPoints3DABC.
Definition at line 298 of file TPointsArray3D.cxx.
References fLastPoint, fN, fOption, fP, and i.
Int_t TPointsArray3D::Size | ( | ) | const [inline, virtual] |
Implements TPoints3DABC.
Definition at line 85 of file TPointsArray3D.h.
References fLastPoint.
Referenced by DistancetoPrimitive().
Implements TPoints3DABC.
Reimplemented from TObject.
virtual Int_t TPointsArray3D::GetLastPosition | ( | ) | const [virtual] |
Implements TPoints3DABC.
virtual Int_t TPointsArray3D::GetN | ( | ) | const [virtual] |
Reimplemented from TPoints3DABC.
virtual Float_t* TPointsArray3D::GetP | ( | ) | const [virtual] |
Reimplemented from TPoints3DABC.
Implements TPoints3DABC.
Implements TPoints3DABC.
Implements TPoints3DABC.
Reimplemented from TPoints3DABC.
Implements TPoints3DABC.
virtual Option_t* TPointsArray3D::GetOption | ( | ) | const [virtual] |
Implements TPoints3DABC.
virtual Bool_t TPointsArray3D::Is3D | ( | ) | const [virtual] |
virtual void TPointsArray3D::ls | ( | Option_t * | option = "" |
) | const [virtual] |
Reimplemented from TObject.
virtual void TPointsArray3D::Print | ( | Option_t * | option = "" |
) | const [virtual] |
Reimplemented from TObject.
Implements TPoints3DABC.
virtual void TPointsArray3D::SetOption | ( | Option_t * | option = "" |
) | [virtual] |
Implements TPoints3DABC.
Implements TPoints3DABC.
virtual Int_t TPointsArray3D::SetPoints | ( | Int_t | n, | |
Float_t * | p = 0 , |
|||
Option_t * | option = "" | |||
) | [virtual] |
Implements TPoints3DABC.
virtual Int_t TPointsArray3D::Size | ( | ) | const [virtual] |
Implements TPoints3DABC.
Int_t TPointsArray3D::fN [protected] |
Definition at line 32 of file TPointsArray3D.h.
Referenced by Copy(), GetN(), ls(), Print(), SetPoint(), SetPoints(), and TPointsArray3D().
Float_t* TPointsArray3D::fP [protected] |
Definition at line 33 of file TPointsArray3D.h.
Referenced by Copy(), DistancetoPrimitive(), GetP(), GetX(), GetXYZ(), GetY(), GetZ(), SetPoint(), SetPoints(), TPointsArray3D(), and ~TPointsArray3D().
TString TPointsArray3D::fOption [protected] |
Definition at line 34 of file TPointsArray3D.h.
Referenced by Copy(), GetOption(), SetOption(), SetPoints(), and TPointsArray3D().
UInt_t TPointsArray3D::fGLList [protected] |
Int_t TPointsArray3D::fLastPoint [protected] |
Definition at line 36 of file TPointsArray3D.h.
Referenced by Copy(), GetLastPosition(), SetLastPosition(), SetPoint(), SetPoints(), Size(), and TPointsArray3D().
Float_t* TPointsArray3D::fP [protected] |
Definition at line 33 of file TPointsArray3D.h.