Public Member Functions | |
FindVolumeIntRegCtxt () | |
ErrorCode | register_intersection (EntityHandle set, EntityHandle tri, double dist, OrientedBoxTreeTool::IntersectSearchWindow &search_win, GeomUtil::intersection_type) |
Public Member Functions inherited from moab::OrientedBoxTreeTool::IntRegCtxt | |
virtual ErrorCode | update_orient (EntityHandle, int *) |
virtual const int * | getDesiredOrient () |
std::vector< double > | get_intersections () |
std::vector< EntityHandle > | get_facets () |
std::vector< EntityHandle > | get_sets () |
Public Attributes | |
double | pos |
double | neg |
Additional Inherited Members | |
Protected Attributes inherited from moab::OrientedBoxTreeTool::IntRegCtxt | |
std::vector< double > | intersections |
std::vector< EntityHandle > | sets |
std::vector< EntityHandle > | facets |
Definition at line 45 of file GeomQueryTool.cpp.
|
inline |
Definition at line 50 of file GeomQueryTool.cpp.
References moab::OrientedBoxTreeTool::IntRegCtxt::facets, moab::OrientedBoxTreeTool::IntRegCtxt::intersections, and moab::OrientedBoxTreeTool::IntRegCtxt::sets.
|
inlinevirtual |
Reimplemented from moab::OrientedBoxTreeTool::IntRegCtxt.
Definition at line 59 of file GeomQueryTool.cpp.
References moab::OrientedBoxTreeTool::IntRegCtxt::facets, moab::OrientedBoxTreeTool::IntRegCtxt::intersections, MB_SUCCESS, neg, pos, and moab::OrientedBoxTreeTool::IntRegCtxt::sets.
double moab::FindVolumeIntRegCtxt::neg |
Definition at line 86 of file GeomQueryTool.cpp.
Referenced by register_intersection().
double moab::FindVolumeIntRegCtxt::pos |
Definition at line 85 of file GeomQueryTool.cpp.
Referenced by register_intersection().