This class iterates linearly over all vertices.
More...
#include <graph.h>
This class iterates linearly over all vertices.
- See also
- vertices_begin(), vertices_end()
-
EdgeIterator
◆ VertexIterator()
Default constructor.
- Parameters
-
◆ 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
- A reference to the incremented iterator.
◆ operator--()
Pre-decrement iterator.
- Returns
- A 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:
- G:/3_code/Easy3D/easy3d/core/graph.h