CFx SDK Documentation
2023 SP0
|
#include <FMMdlIterators.h>
Public Member Functions | |
EdgeBodyIterator (const Body *pBody) | |
bool | done () |
void | next (bool *bNextLoop=0) |
Edge * | get () |
Body edge iterator.
Definition at line 74 of file FMMdlIterators.h.
FacetModeler::EdgeBodyIterator::EdgeBodyIterator | ( | const Body * | pBody | ) |
bool FacetModeler::EdgeBodyIterator::done | ( | ) |
Returns whether iteration is finished.
Edge* FacetModeler::EdgeBodyIterator::get | ( | ) |
Returns current item.
void FacetModeler::EdgeBodyIterator::next | ( | bool * | bNextLoop = 0 | ) |
Sets iterator to next item.