#include <treeDataPrimitivePatch.H>
Public Member Functions | |
| findAllIntersectOp (const indexedOctree< treeDataPrimitivePatch > &tree, DynamicList< label > &shapeMask) | |
| bool | operator() (const label index, const point &start, const point &end, point &intersectionPoint) const |
| Calculate intersection of unique face with ray. | |
Definition at line 161 of file treeDataPrimitivePatch.H.
| findAllIntersectOp | ( | const indexedOctree< treeDataPrimitivePatch > & | tree, |
| DynamicList< label > & | shapeMask ) |
Definition at line 114 of file treeDataPrimitivePatch.C.
References tree(), and treeDataPrimitivePatch< PatchType >::treeDataPrimitivePatch().

| bool operator() | ( | const label | index, |
| const point & | start, | ||
| const point & | end, | ||
| point & | intersectionPoint ) const |
Calculate intersection of unique face with ray.
Sets result accordingly. Used to find all faces.
Definition at line 565 of file treeDataPrimitivePatch.C.
References treeDataPrimitivePatch< PatchType >::findIntersection().
