HalfFace iterator for PolyMesh. This class iterates linearly over all halffaces.
More...
#include <poly_mesh.h>
◆ HalfFaceIterator()
Default constructor.
- Parameters
-
h | The halfface to start the iterator |
m | The PolyMesh to iterate over |
◆ operator!=()
Are two iterators different?
- Parameters
-
rhs | The other iterator to compare |
- Returns
- True if the iterators are different, false otherwise
◆ operator*()
Get the halfface the iterator refers to.
- Returns
- The current halfface
◆ operator++()
Pre-increment iterator.
- Returns
- Reference to the incremented iterator
◆ operator--()
Pre-decrement iterator.
- Returns
- Reference to the decremented iterator
◆ operator==()
Are two iterators equal?
- Parameters
-
rhs | The other iterator to compare |
- Returns
- True if the iterators are equal, false otherwise
The documentation for this class was generated from the following file: