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 494 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 525 of file treeDataFace.C.
References NotImplemented.
1.8.13