CFx SDK Documentation 2024 SP0
|
#include <FMMdlIterators.h>
Public Member Functions | |
FaceIterator (const Body *pBody) | |
bool | done () |
void | next () |
Face * | get () |
Body face iterator.
Definition at line 163 of file FMMdlIterators.h.
|
explicit |
Constructor. Creates a face iterator for the given body.
pBody | [in] Pointer to the body to be iterated. |
bool FacetModeler::FaceIterator::done | ( | ) |
Checks whether the iteration is finished.
Face * FacetModeler::FaceIterator::get | ( | ) |
Gets the current item.
void FacetModeler::FaceIterator::next | ( | ) |
Sets the iterator to the next item.