Easy3D 2.5.3
Graph::EdgeIterator Class Reference

#include <graph.h>

Public Member Functions

 EdgeIterator (Edge e=Edge(), const Graph *g=nullptr)
 Default constructor.
 
Edge operator* () const
 get the edge the iterator refers to
 
bool operator== (const EdgeIterator &rhs) const
 are two iterators equal?
 
bool operator!= (const EdgeIterator &rhs) const
 are two iterators different?
 
EdgeIteratoroperator++ ()
 pre-increment iterator
 
EdgeIteratoroperator-- ()
 pre-decrement iterator
 

Detailed Description

this class iterates linearly over all edges

See also
edges_begin(), edges_end()
VertexIterator

The documentation for this class was generated from the following file: