#include <treeDataCell.H>
Public Member Functions | |
| findNearestOp (const indexedOctree< treeDataCell > &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 103 of file treeDataCell.H.
| findNearestOp | ( | const indexedOctree< treeDataCell > & | tree | ) |
Definition at line 284 of file treeDataCell.C.
References tree().

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