Definition at line 1276 of file BSPTree.cpp.
◆ BSPTreePlaneIter() [1/2]
moab::BSPTreePlaneIter::BSPTreePlaneIter |
( |
BSPTree * |
tool, |
|
|
const EntityHandle * |
path, |
|
|
int |
path_len |
|
) |
| |
|
inline |
◆ BSPTreePlaneIter() [2/2]
moab::BSPTreePlaneIter::BSPTreePlaneIter |
( |
| ) |
|
|
inline |
◆ operator!=()
◆ operator++()
Definition at line 1310 of file BSPTree.cpp.
1312 if( --
pathPos < 0 )
return *
this;
References ErrorCode, moab::BSPTree::Plane::flip(), moab::Interface::get_child_meshsets(), moab::BSPTree::get_split_plane(), MB_SUCCESS, moab::BSPTree::moab(), pathPos, pathToRoot, tmpChildren, tmpPlane, and toolPtr.
Referenced by BSPTreePlaneIter().
◆ operator->()
◆ operator==()
◆ pathPos
int moab::BSPTreePlaneIter::pathPos |
|
private |
◆ pathToRoot
const EntityHandle* const moab::BSPTreePlaneIter::pathToRoot |
|
private |
◆ tmpChildren
std::vector< EntityHandle > moab::BSPTreePlaneIter::tmpChildren |
|
private |
◆ tmpPlane
◆ toolPtr
BSPTree* moab::BSPTreePlaneIter::toolPtr |
|
private |
The documentation for this class was generated from the following file: