This class iterates linearly over all edges.
More...
#include <surface_mesh.h>
◆ EdgeIterator()
Default constructor.
- Parameters
-
e | The edge. |
m | The surface mesh. |
◆ operator!=()
Inequality operator.
- Parameters
-
rhs | The other iterator to compare with. |
- Returns
- True if the iterators are different, false otherwise.
◆ operator*()
Get the edge the iterator refers to.
- Returns
- The edge.
◆ operator++()
Pre-increment iterator.
- Returns
- Reference to the incremented iterator.
◆ operator--()
Pre-decrement iterator.
- Returns
- Reference to the decremented iterator.
◆ operator==()
Equality operator.
- Parameters
-
rhs | The other iterator to compare with. |
- Returns
- True if the iterators are equal, false otherwise.
The documentation for this class was generated from the following file: