|
cisst-saw
|
#include <msh3PDTreeMesh.h>
Public Member Functions | |
| msh3PDTreeMesh (msh3Mesh &mesh, int nThresh, double diagThresh) | |
| virtual | ~msh3PDTreeMesh () |
| virtual vct3 | DatumSortPoint (int datum) const |
| virtual void | EnlargeBounds (const vctFrm3 &F) const |
| virtual void | EnlargeBounds (const vctFrm3 &F, msh3PDTreeNode *pNode) const |
| virtual void | EnlargeBounds (const vctFrm3 &F, int datum, msh3BoundingBox &BB) const |
| vct3x3 & | DatumCov (int datum) |
| vct3x3 * | DatumCovPtr (int datum) |
| vct3 & | DatumCovEig (int datum) |
| vct3 * | DatumCovEigPtr (int datum) |
| int | FindIntersectedPoints (const vct3 &v, const double boundingDistance, std::vector< int > &faceIdx) |
| Public Member Functions inherited from msh3PDTreeBase | |
| msh3PDTreeBase () | |
| virtual | ~msh3PDTreeBase () |
| int | FastInitializeProximalDatum (const vct3 &v, vct3 &proxPoint) |
| void | SetSearchAlgorithm (msh3AlgPDTree *pAlg) |
| int | FindClosestDatum (const vct3 &v, vct3 &closestPoint, int prevDatum, double &matchError, unsigned int &numNodesSearched) |
| int | NumData () const |
| int | NumNodes () const |
| int | TreeDepth () const |
| int | ValidateClosestDatum (const vct3 &v, vct3 &closestPoint) |
| int | ValidateClosestDatum_ByEuclideanDist (const vct3 &v, vct3 &closestPoint) |
| int | FindTerminalNode (int datum, msh3PDTreeNode **termNode) |
| void | PrintTerminalNodes (std::ofstream &fs) |
Public Attributes | |
| msh3Mesh * | Mesh |
| msh3BoundingBox | Bounds |
| Public Attributes inherited from msh3PDTreeBase | |
| msh3AlgPDTree * | pAlgorithm |
Additional Inherited Members | |
| Protected Attributes inherited from msh3PDTreeBase | |
| int | NData |
| int | NNodes |
| int | treeDepth |
| int * | DataIndices |
| msh3PDTreeNode * | Top |
| msh3PDTreeMesh::msh3PDTreeMesh | ( | msh3Mesh & | mesh, |
| int | nThresh, | ||
| double | diagThresh ) |
|
virtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
virtual |
Implements msh3PDTreeBase.
|
virtual |
|
virtual |
Implements msh3PDTreeBase.
|
virtual |
| int msh3PDTreeMesh::FindIntersectedPoints | ( | const vct3 & | v, |
| const double | boundingDistance, | ||
| std::vector< int > & | faceIdx ) |
| msh3BoundingBox msh3PDTreeMesh::Bounds |
| msh3Mesh* msh3PDTreeMesh::Mesh |