Developer Documentation
|
Public Types | |
typedef Mesh::Point | Point |
typedef Mesh::FaceHandle | Handle |
typedef Mesh::VertexHandle | VertexHandle |
Public Member Functions | |
OMSpecificTriangleBSPTraits (const Mesh &_mesh) | |
void | points (const Handle &_h, Point &_p0, Point &_p1, Point &_p2) const |
Returns the points belonging to the face handle _h. More... | |
Protected Attributes | |
const Mesh & | mesh_ |
Definition at line 182 of file TriangleBSPT.hh.
typedef Mesh::FaceHandle OMSpecificTriangleBSPTraits< Mesh >::Handle |
Definition at line 186 of file TriangleBSPT.hh.
typedef Mesh::Point OMSpecificTriangleBSPTraits< Mesh >::Point |
Definition at line 185 of file TriangleBSPT.hh.
typedef Mesh::VertexHandle OMSpecificTriangleBSPTraits< Mesh >::VertexHandle |
Definition at line 187 of file TriangleBSPT.hh.
|
inlineexplicit |
Definition at line 188 of file TriangleBSPT.hh.
|
inline |
Returns the points belonging to the face handle _h.
Definition at line 191 of file TriangleBSPT.hh.
|
protected |
Definition at line 202 of file TriangleBSPT.hh.