Public Member Functions | |
| findIntersectOp (const indexedOctree< treeDataEdge > &tree) | |
| bool | operator() (const label index, const point &start, const point &end, point &intersectionPoint) const |
| Calculate intersection of triangle with ray. Sets result. More... | |
Definition at line 121 of file treeDataEdge.H.
| findIntersectOp | ( | const indexedOctree< treeDataEdge > & | tree | ) |
Definition at line 109 of file treeDataEdge.C.
Referenced by treeDataEdge::findNearestOp::findNearestOp().

| bool operator() | ( | const label | index, |
| const point & | start, | ||
| const point & | end, | ||
| point & | intersectionPoint | ||
| ) | const |
Calculate intersection of triangle with ray. Sets result.
accordingly
Definition at line 268 of file treeDataEdge.C.
References NotImplemented.
1.8.11