#include <TPointSet3D.h>
Inheritance diagram for TPointSet3D:
Definition at line 25 of file TPointSet3D.h.
TPointSet3D::TPointSet3D | ( | ) | [inline] |
TPointSet3D::TPointSet3D | ( | const TPointSet3D & | t | ) |
TPointSet3D::~TPointSet3D | ( | ) | [virtual] |
TPointSet3D::TPointSet3D | ( | ) | [inline] |
TPointSet3D::TPointSet3D | ( | const TPointSet3D & | t | ) |
virtual TPointSet3D::~TPointSet3D | ( | ) | [virtual] |
void TPointSet3D::CopyIds | ( | const TPointSet3D & | t | ) | [protected] |
Definition at line 57 of file TPointSet3D.cxx.
References TRefArray::AddAt(), TRefArray::Expand(), fIds, fOwnIds, i, and t.
Referenced by TEvePointSet::ClonePoints(), operator=(), and TPointSet3D().
TPointSet3D & TPointSet3D::operator= | ( | const TPointSet3D & | t | ) |
Definition at line 73 of file TPointSet3D.cxx.
References ClearIds(), CopyIds(), TPolyMarker3D::operator=(), and t.
void TPointSet3D::ComputeBBox | ( | ) | [virtual] |
Implements TAttBBox.
Definition at line 86 of file TPointSet3D.cxx.
References TAttBBox::BBoxCheckPoint(), TAttBBox::BBoxInit(), TAttBBox::BBoxZero(), TPolyMarker3D::fP, i, n, p, and TPolyMarker3D::Size().
Referenced by TEvePointSetArray::CloseBins().
void TPointSet3D::SetPointId | ( | TObject * | id | ) |
Definition at line 102 of file TPointSet3D.cxx.
References TPolyMarker3D::fLastPoint.
Referenced by pointset(), and TEvePointSetArray::SetPointId().
Definition at line 111 of file TPointSet3D.cxx.
References TRefArray::AddAt(), TRefArray::Expand(), fIds, TPolyMarker3D::fN, and TCollection::GetSize().
Definition at line 52 of file TPointSet3D.h.
References TRefArray::At(), and fIds.
Referenced by ClearIds(), and PointSelected().
void TPointSet3D::ClearIds | ( | ) |
Definition at line 122 of file TPointSet3D.cxx.
References TRefArray::Expand(), fIds, fOwnIds, GetPointId(), TCollection::GetSize(), and i.
Referenced by operator=(), TEvePointSet::Reset(), and ~TPointSet3D().
Bool_t TPointSet3D::GetOwnIds | ( | ) | const [inline] |
void TPointSet3D::SetOwnIds | ( | Bool_t | o | ) | [inline] |
void TPointSet3D::PointSelected | ( | Int_t | n | ) | [virtual] |
Definition at line 134 of file TPointSet3D.cxx.
References GetPointId(), and id.
Referenced by TEvePointSet::PointSelected().
TPointSet3D::ClassDef | ( | TPointSet3D | , | |
1 | ||||
) |
void TPointSet3D::CopyIds | ( | const TPointSet3D & | t | ) | [protected] |
TPointSet3D& TPointSet3D::operator= | ( | const TPointSet3D & | t | ) |
virtual void TPointSet3D::ComputeBBox | ( | ) | [virtual] |
Implements TAttBBox.
void TPointSet3D::SetPointId | ( | TObject * | id | ) |
void TPointSet3D::ClearIds | ( | ) |
Bool_t TPointSet3D::GetOwnIds | ( | ) | const [inline] |
void TPointSet3D::SetOwnIds | ( | Bool_t | o | ) | [inline] |
virtual void TPointSet3D::PointSelected | ( | Int_t | n | ) | [virtual] |
TPointSet3D::ClassDef | ( | TPointSet3D | , | |
1 | ||||
) |
Bool_t TPointSet3D::fOwnIds [protected] |
Definition at line 28 of file TPointSet3D.h.
Referenced by ClearIds(), CopyIds(), GetOwnIds(), and SetOwnIds().
TRefArray TPointSet3D::fIds [protected] |
Definition at line 29 of file TPointSet3D.h.
Referenced by ClearIds(), CopyIds(), GetPointId(), and SetPointId().