Public Types | |
typedef TMesh::Polygon | TPolygon |
Public Member Functions | |
TPolygonGeometry (const TMesh &mesh, Int_t pIndex) | |
TPolygonGeometry (const TMesh &mesh, const TPolygon &poly) | |
const TPoint3 & | operator[] (Int_t i) const |
Int_t | Size () const |
Private Member Functions | |
TPolygonGeometry (const TPolygonGeometry &) | |
TPolygonGeometry & | operator= (TPolygonGeometry &) |
Private Attributes | |
const TMesh & | fMesh |
const TPolygon & | fPoly |
Definition at line 1510 of file CsgOps.cxx.
typedef TMesh::Polygon RootCsg::TPolygonGeometry< TMesh >::TPolygon |
Definition at line 1512 of file CsgOps.cxx.
RootCsg::TPolygonGeometry< TMesh >::TPolygonGeometry | ( | const TMesh & | mesh, | |
Int_t | pIndex | |||
) | [inline] |
Definition at line 1518 of file CsgOps.cxx.
RootCsg::TPolygonGeometry< TMesh >::TPolygonGeometry | ( | const TMesh & | mesh, | |
const TPolygon & | poly | |||
) | [inline] |
Definition at line 1521 of file CsgOps.cxx.
RootCsg::TPolygonGeometry< TMesh >::TPolygonGeometry | ( | const TPolygonGeometry< TMesh > & | ) | [private] |
const TPoint3& RootCsg::TPolygonGeometry< TMesh >::operator[] | ( | Int_t | i | ) | const [inline] |
Definition at line 1524 of file CsgOps.cxx.
References RootCsg::TPolygonGeometry< TMesh >::fMesh, RootCsg::TPolygonGeometry< TMesh >::fPoly, and RootCsg::TMesh< TPolygon, TVertex >::Verts().
Int_t RootCsg::TPolygonGeometry< TMesh >::Size | ( | ) | const [inline] |
Definition at line 1528 of file CsgOps.cxx.
References RootCsg::TPolygonGeometry< TMesh >::fPoly, and TPolyLine::Size().
TPolygonGeometry& RootCsg::TPolygonGeometry< TMesh >::operator= | ( | TPolygonGeometry< TMesh > & | ) | [private] |
const TMesh& RootCsg::TPolygonGeometry< TMesh >::fMesh [private] |
Definition at line 1515 of file CsgOps.cxx.
Referenced by RootCsg::TPolygonGeometry< TMesh >::operator[]().
const TPolygon& RootCsg::TPolygonGeometry< TMesh >::fPoly [private] |
Definition at line 1516 of file CsgOps.cxx.
Referenced by RootCsg::TPolygonGeometry< TMesh >::operator[](), and RootCsg::TPolygonGeometry< TMesh >::Size().