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