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 148 of file treeDataFace.C.
| void operator() | ( | const labelUList & | indices, |
| const point & | sample, | ||
| scalar & | nearestDistSqr, | ||
| label & | minIndex, | ||
| point & | nearestPoint | ||
| ) | const |
Definition at line 493 of file treeDataFace.C.
References PointHit< Point >::distance(), f(), treeDataFace::faceLabels(), primitiveMesh::faces(), forAll, treeDataFace::mesh(), 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 524 of file treeDataFace.C.
References NotImplemented.