Inheritance diagram for RootCsg::TCVertex:
Public Member Functions | |
TCVertex () | |
TCVertex (const TVertexBase &vertex) | |
TCVertex & | operator= (const TVertexBase &other) |
const PIndexList_t & | Polys () const |
PIndexList_t & | Polys () |
Int_t & | operator[] (Int_t i) |
const Int_t & | operator[] (Int_t i) const |
void | AddPoly (Int_t polyIndex) |
void | RemovePolygon (Int_t polyIndex) |
Private Attributes | |
PIndexList_t | fPolygons |
Definition at line 2074 of file CsgOps.cxx.
RootCsg::TCVertex::TCVertex | ( | ) | [inline] |
Definition at line 2078 of file CsgOps.cxx.
RootCsg::TCVertex::TCVertex | ( | const TVertexBase & | vertex | ) | [inline] |
Definition at line 2079 of file CsgOps.cxx.
TCVertex& RootCsg::TCVertex::operator= | ( | const TVertexBase & | other | ) | [inline] |
Definition at line 2081 of file CsgOps.cxx.
References RootCsg::TVertexBase::fPos, and RootCsg::TVertexBase::Pos().
const PIndexList_t& RootCsg::TCVertex::Polys | ( | ) | const [inline] |
PIndexList_t& RootCsg::TCVertex::Polys | ( | ) | [inline] |
Reimplemented from RootCsg::TVertexBase.
Definition at line 2090 of file CsgOps.cxx.
References fPolygons.
void RootCsg::TCVertex::AddPoly | ( | Int_t | polyIndex | ) | [inline] |
void RootCsg::TCVertex::RemovePolygon | ( | Int_t | polyIndex | ) | [inline] |
PIndexList_t RootCsg::TCVertex::fPolygons [private] |
Definition at line 2076 of file CsgOps.cxx.
Referenced by AddPoly(), operator[](), Polys(), and RemovePolygon().