Easy3D 2.5.3
|
#include <graph.h>
Public Member Functions | |
VertexIterator (Vertex v=Vertex(), const Graph *g=nullptr) | |
Default constructor. | |
Vertex | operator* () const |
get the vertex the iterator refers to | |
bool | operator== (const VertexIterator &rhs) const |
are two iterators equal? | |
bool | operator!= (const VertexIterator &rhs) const |
are two iterators different? | |
VertexIterator & | operator++ () |
pre-increment iterator | |
VertexIterator & | operator-- () |
pre-decrement iterator | |
this class iterates linearly over all vertices