#include <treeDataFace.H>
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 118 of file treeDataFace.H.
| findNearestOp | ( | const indexedOctree< treeDataFace > & | tree | ) |
Definition at line 621 of file treeDataFace.C.
References tree().

| void operator() | ( | const labelUList & | indices, |
| const point & | sample, | ||
| scalar & | nearestDistSqr, | ||
| label & | minIndex, | ||
| point & | nearestPoint ) const |
Definition at line 668 of file treeDataFace.C.
| void operator() | ( | const labelUList & | indices, |
| const linePointRef & | ln, | ||
| treeBoundBox & | tightest, | ||
| label & | minIndex, | ||
| point & | linePoint, | ||
| point & | nearestPoint ) const |
Definition at line 689 of file treeDataFace.C.
References Foam::ln(), and NotImplemented.
