|
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. | |
Protected Attributes | |
| const Mesh & | mesh_ |
Definition at line 192 of file TriangleBSPT.hh.