Public Member Functions | |
findUniqueIntersectOp (const indexedOctree< treeDataFace > &tree, const List< pointIndexHit > &hits) | |
Construct from components. More... | |
bool | operator() (const label index, const point &start, const point &end, point &intersectionPoint) const |
Calculate intersection of triangle with ray. Sets result. More... | |
![]() | |
findIntersectOp (const indexedOctree< treeDataFace > &tree) | |
bool | operator() (const label index, const point &start, const point &end, point &intersectionPoint) const |
Calculate intersection of triangle with ray. More... | |
Public Attributes | |
const indexedOctree< treeDataFace > & | tree_ |
const List< pointIndexHit > & | hits_ |
Definition at line 46 of file meshSearch.C.
|
inline |
Construct from components.
Definition at line 60 of file meshSearch.C.
|
inline |
Calculate intersection of triangle with ray. Sets result.
accordingly
Definition at line 73 of file meshSearch.C.
References stdFoam::end(), forAll, findUniqueIntersectOp::hits_, mesh, and findUniqueIntersectOp::tree_.
const indexedOctree<treeDataFace>& tree_ |
Definition at line 52 of file meshSearch.C.
Referenced by findUniqueIntersectOp::operator()().
const List<pointIndexHit>& hits_ |
Definition at line 54 of file meshSearch.C.
Referenced by findUniqueIntersectOp::operator()().