Public Member Functions | |
findNearestOp (const indexedOctree< treeDataFace > &tree) | |
void | operator() (const labelUList &indices, const point &sample, scalar &nearestDistSqr, label &minIndex, point &nearestPoint) const |
void | operator() (const labelUList &indices, const linePointRef &ln, treeBoundBox &tightest, label &minIndex, point &linePoint, point &nearestPoint) const |
Definition at line 95 of file treeDataFace.H.
findNearestOp | ( | const indexedOctree< treeDataFace > & | tree | ) |
Definition at line 149 of file treeDataFace.C.
References treeDataFace::findIntersectOp::findIntersectOp().
Referenced by treeDataFace::treeDataFace().
void operator() | ( | const labelUList & | indices, |
const point & | sample, | ||
scalar & | nearestDistSqr, | ||
label & | minIndex, | ||
point & | nearestPoint | ||
) | const |
Definition at line 499 of file treeDataFace.C.
References PointHit< Point >::distance(), treeDataFace::faceLabels(), primitiveMesh::faces(), forAll, treeDataFace::mesh(), face::nearestPoint(), primitiveMesh::points(), PointHit< Point >::rawPoint(), and Foam::sqr().
void operator() | ( | const labelUList & | indices, |
const linePointRef & | ln, | ||
treeBoundBox & | tightest, | ||
label & | minIndex, | ||
point & | linePoint, | ||
point & | nearestPoint | ||
) | const |
Definition at line 530 of file treeDataFace.C.
References notImplemented.