This class iterates linearly over all edges.
More...
#include <graph.h>
This class iterates linearly over all edges.
- See also
- edges_begin(), edges_end()
-
VertexIterator
◆ 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
- 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