#include <FMMdlIterators.h>
Face edge iterator.
Definition at line 121 of file FMMdlIterators.h.
◆ EdgeFaceIterator()
FacetModeler::EdgeFaceIterator::EdgeFaceIterator |
( |
const Face * |
pFace | ) |
|
|
explicit |
Constructor. Creates an edge iterator for the given face.
- Parameters
-
pFace | [in] Pointer to the face to be iterated. |
◆ done()
bool FacetModeler::EdgeFaceIterator::done |
( |
| ) |
|
Checks whether the iteration is finished.
- Returns
- true if the iteration is finished, false otherwise.
◆ get()
Edge * FacetModeler::EdgeFaceIterator::get |
( |
| ) |
|
Gets the current item.
- Returns
- Pointer to the current item.
◆ next()
void FacetModeler::EdgeFaceIterator::next |
( |
bool * |
bNextLoop = NULL | ) |
|
Sets the iterator to the next item.
- Parameters
-
bNextLoop | [out] If this parameter is passed, it's set to true if the pointer to the current loop has been changed to the next one; false otherwise. |
The documentation for this class was generated from the following file: