|
cisst-saw
|
#include <msh2DirPDTreePointCloud.h>
Public Member Functions | |
| msh2DirPDTreePointCloud (msh2PointCloud &pointCloud, int nThresh, double diagThresh, bool bUseOBB=true) | |
| virtual | ~msh2DirPDTreePointCloud () |
| virtual vct2 | DatumSortPoint (int datum) const |
| virtual vct2 | DatumNorm (int datum) const |
| virtual void | EnlargeBounds (const vctFrm2 &F, int datum, msh2BoundingBox &BB) const |
| virtual void | EnlargeBounds (int datum, msh2BoundingBox &BB) const |
| Public Member Functions inherited from msh2DirPDTreeBase | |
| msh2DirPDTreeBase () | |
| virtual | ~msh2DirPDTreeBase () |
| void | SetSearchAlgorithm (msh2AlgDirPDTree *alg) |
| int | FindClosestDatum (const vct2 &v, const vct2 &n, vct2 &closestPoint, vct2 &closestPointNorm, int prevDatum, double &matchError, unsigned int &numNodesSearched) |
| int | FastInitializeProximalDatum (const vct2 &v, const vct2 &n, vct2 &proxPoint, vct2 &proxNorm) |
| size_t | NumData () const |
| size_t | NumNodes () const |
| int | TreeDepth () const |
| int | ValidateClosestDatum (const vct2 &v, const vct2 &n, vct2 &closestPoint, vct2 &closestPointNorm) |
| int | FindTerminalNode (int datum, msh2DirPDTreeNode **termNode) |
| void | PrintTerminalNodes (std::ofstream &fs) |
Public Attributes | |
| msh2PointCloud | pointCloud |
| Public Attributes inherited from msh2DirPDTreeBase | |
| msh2AlgDirPDTree * | algorithm |
| msh2DirPDTreeNode * | Top |
| int * | DataIndices |
| size_t | NData |
| size_t | NNodes |
| int | treeDepth |
| msh2DirPDTreePointCloud::msh2DirPDTreePointCloud | ( | msh2PointCloud & | pointCloud, |
| int | nThresh, | ||
| double | diagThresh, | ||
| bool | bUseOBB = true ) |
|
virtual |
|
virtual |
Implements msh2DirPDTreeBase.
|
virtual |
Implements msh2DirPDTreeBase.
|
virtual |
Implements msh2DirPDTreeBase.
|
virtual |
Implements msh2DirPDTreeBase.
| msh2PointCloud msh2DirPDTreePointCloud::pointCloud |