This class iterates linearly over all vertices.
More...
#include <surface_mesh.h>
◆ VertexIterator()
Default constructor.
- Parameters
-
v | The vertex. |
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 vertex the iterator refers to.
- Returns
- The vertex.
◆ 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: