|
Developer Documentation
|
#include <AC>
Public Member Functions | |
| TriangleBSPTreeT (const MeshT &_mesh, unsigned int _max_handles=10, unsigned int _max_depth=100) | |
| Constructor. | |
| virtual | ~TriangleBSPTreeT () |
| Destructor. | |
| MeshT::Point | closest_point (const typename MeshT::Point &_p, typename MeshT::FaceHandle &_fh) |
| closest point and face handle | |
| MeshT::Point | closest_point (const typename MeshT::Point &_p) |
| closest point | |
| MeshT::FaceHandle | closest_face (const typename MeshT::Point &_p) |
| closest face | |
Private Attributes | |
| OpenMeshTriangleBSPT< MeshT > * | triangle_bsp_ |
| const MeshT & | mesh_ |
/.../TriangleBSPTreeT.hh>
Brief Description.
A more elaborate description follows.
Definition at line 44 of file TriangleBSPTreeT.hh.