Public Member Functions | |
findIntersectOp (const indexedOctree< treeDataPrimitivePatch > &tree) | |
bool | operator() (const label index, const point &start, const point &end, point &intersectionPoint) const |
Calculate intersection of any face with ray. Sets result. More... | |
Definition at line 125 of file treeDataPrimitivePatch.H.
findIntersectOp | ( | const indexedOctree< treeDataPrimitivePatch > & | tree | ) |
Definition at line 100 of file treeDataPrimitivePatch.C.
References treeDataPrimitivePatch< PatchType >::findAllIntersectOp::findAllIntersectOp().
Referenced by treeDataPrimitivePatch< PatchType >::findNearestOp::findNearestOp().
bool operator() | ( | const label | index, |
const point & | start, | ||
const point & | end, | ||
point & | intersectionPoint | ||
) | const |
Calculate intersection of any face with ray. Sets result.
accordingly. Used to find first intersection.
Definition at line 546 of file treeDataPrimitivePatch.C.