|
cisst-saw
|
#include <msh3DirPDTreePointCloud.h>
Public Member Functions | |
| msh3DirPDTreePointCloud (msh3PointCloud &pointCloud, int nThresh, double diagThresh) | |
| virtual | ~msh3DirPDTreePointCloud () |
| virtual vct3 | DatumSortPoint (int datum) |
| virtual vct3 | DatumNorm (int datum) |
| virtual void | EnlargeBounds (const vctFrm3 &F, int datum, msh3BoundingBox &BB) const |
| Public Member Functions inherited from msh3DirPDTreeBase | |
| msh3DirPDTreeBase () | |
| virtual | ~msh3DirPDTreeBase () |
| int | FastInitializeProximalDatum (const vct3 &v, const vct3 &n, vct3 &proxPoint, vct3 &proxNorm) |
| void | SetSearchAlgorithm (msh3AlgDirPDTree *pAlg) |
| int | FindClosestDatum (const vct3 &v, const vct3 &n, vct3 &closestPoint, vct3 &closestPointNorm, int prevDatum, double &matchError, unsigned int &numNodesSearched, double currentMatchError=std::numeric_limits< double >::max()) |
| double | ComputeDatumMatchError (const vct3 &v, const vct3 &n, int datum) |
| int | NumData () const |
| int | NumNodes () const |
| int | TreeDepth () const |
| int | ValidateClosestDatum (const vct3 &v, const vct3 &n, vct3 &closestPoint, vct3 &closestPointNorm) |
| int | FindTerminalNode (int datum, msh3DirPDTreeNode **termNode) |
| void | PrintTerminalNodes (std::ofstream &fs) |
Public Attributes | |
| msh3PointCloud | pointCloud |
| Public Attributes inherited from msh3DirPDTreeBase | |
| msh3AlgDirPDTree * | pAlgorithm |
Additional Inherited Members | |
| Protected Attributes inherited from msh3DirPDTreeBase | |
| int | NData |
| int | NNodes |
| int | treeDepth |
| int * | DataIndices |
| msh3DirPDTreeNode * | Top |
| msh3DirPDTreePointCloud::msh3DirPDTreePointCloud | ( | msh3PointCloud & | pointCloud, |
| int | nThresh, | ||
| double | diagThresh ) |
|
virtual |
|
virtual |
Implements msh3DirPDTreeBase.
|
virtual |
Implements msh3DirPDTreeBase.
|
virtual |
Implements msh3DirPDTreeBase.
| msh3PointCloud msh3DirPDTreePointCloud::pointCloud |