|
cisst-saw
|
#include <msh3AlgDirPDTreevonMisesProj.h>
Public Member Functions | |
| msh3AlgDirPDTreevonMisesProj (msh3DirPDTreeBase *pDirTree) | |
| virtual | ~msh3AlgDirPDTreevonMisesProj () |
| void | InitializeSample (vct2 Xpln, vctRot3 Rx_pln, double sample_k, vct3x3 sample_M, vctRot3 Rreg) |
| void | InitializeSample (vct2 Xpln, vctRot3 Ry_pln, double sample_k, vct3x3 Minv, vct3x3 N, vct3x3 Ninv, double Dmin) |
| int | NodeMightBeCloser (const vct3 &Xp, const vct3 &Xn, msh3DirPDTreeNode const *node, double ErrorBound) |
| virtual double | FindClosestPointOnDatum (const vct3 &Xp, const vct3 &Xn, vct3 &closest, vct3 &closestNorm, int datum)=0 |
| virtual int | DatumMightBeCloser (const vct3 &Xp, const vct3 &Xn, int datum, double ErrorBound)=0 |
| Public Member Functions inherited from msh3AlgDirPDTree | |
| msh3AlgDirPDTree (msh3DirPDTreeBase *pTree) | |
| virtual | ~msh3AlgDirPDTree () |
Static Public Member Functions | |
| static void | ComputeCovDecomposition (const vct3x3 &M, vct3x3 &Minv, vct3x3 &N, vct3x3 &Ninv, double &Dmin) |
Protected Attributes | |
| EllipsoidOBBIntersectionSolver | IntersectionSolver |
| vct2 | Xpln |
| double | sample_k |
| vctFixedSizeMatrix< double, 2, 3 > | Rpln_y |
| vct3x3 | Minv |
| vct3x3 | N |
| vct3x3 | Ninv |
| double | Dmin |
|
inline |
|
inlinevirtual |
|
static |
|
pure virtual |
Implements msh3AlgDirPDTree.
Implemented in msh3AlgDirPDTreevonMisesProjMesh.
|
pure virtual |
Implements msh3AlgDirPDTree.
Implemented in msh3AlgDirPDTreevonMisesProjMesh.
| void msh3AlgDirPDTreevonMisesProj::InitializeSample | ( | vct2 | Xpln, |
| vctRot3 | Rx_pln, | ||
| double | sample_k, | ||
| vct3x3 | sample_M, | ||
| vctRot3 | Rreg ) |
| void msh3AlgDirPDTreevonMisesProj::InitializeSample | ( | vct2 | Xpln, |
| vctRot3 | Ry_pln, | ||
| double | sample_k, | ||
| vct3x3 | Minv, | ||
| vct3x3 | N, | ||
| vct3x3 | Ninv, | ||
| double | Dmin ) |
|
virtual |
Implements msh3AlgDirPDTree.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |