Public Member Functions | |
TSplitFunctionBinder (CMesh &mesh) | |
void | DisconnectPolygon (Int_t polyIndex) |
void | ConnectPolygon (Int_t polygonIndex) |
void | InsertVertexAlongEdge (Int_t lastIndex, Int_t newIndex, const typename CMesh::VProp &prop) |
Private Attributes | |
CMesh & | fMesh |
Definition at line 2133 of file CsgOps.cxx.
RootCsg::TSplitFunctionBinder< CMesh >::TSplitFunctionBinder | ( | CMesh & | mesh | ) | [inline] |
Definition at line 2138 of file CsgOps.cxx.
void RootCsg::TSplitFunctionBinder< CMesh >::DisconnectPolygon | ( | Int_t | polyIndex | ) | [inline] |
Definition at line 2139 of file CsgOps.cxx.
References RootCsg::TSplitFunctionBinder< CMesh >::fMesh.
Referenced by RootCsg::TSplitFunction< TMesh, TSplitFunctionBinder >::SplitPolygon().
void RootCsg::TSplitFunctionBinder< CMesh >::ConnectPolygon | ( | Int_t | polygonIndex | ) | [inline] |
Definition at line 2140 of file CsgOps.cxx.
References RootCsg::TSplitFunctionBinder< CMesh >::fMesh.
Referenced by RootCsg::TSplitFunction< TMesh, TSplitFunctionBinder >::SplitPolygon().
void RootCsg::TSplitFunctionBinder< CMesh >::InsertVertexAlongEdge | ( | Int_t | lastIndex, | |
Int_t | newIndex, | |||
const typename CMesh::VProp & | prop | |||
) | [inline] |
Definition at line 2141 of file CsgOps.cxx.
References RootCsg::TSplitFunctionBinder< CMesh >::fMesh.
Referenced by RootCsg::TSplitFunction< TMesh, TSplitFunctionBinder >::SplitPolygon().
CMesh& RootCsg::TSplitFunctionBinder< CMesh >::fMesh [private] |
Definition at line 2135 of file CsgOps.cxx.
Referenced by RootCsg::TSplitFunctionBinder< CMesh >::ConnectPolygon(), RootCsg::TSplitFunctionBinder< CMesh >::DisconnectPolygon(), and RootCsg::TSplitFunctionBinder< CMesh >::InsertVertexAlongEdge().