#include <lemon/graph_utils.h>
for (ConUEdgeIt<Graph> it(g, src, trg); it != INVALID; ++it) { ... }
Public Member Functions | |
ConUEdgeIt (const Graph &g, Node u, Node v) | |
Constructor. | |
ConUEdgeIt (const Graph &g, UEdge e) | |
Constructor. | |
ConUEdgeIt & | operator++ () |
Increment operator. |
|
Construct a new ConUEdgeIt iterating on the edges which connects the |
|
Construct a new ConUEdgeIt which continues the iterating from the |
|
It increments the iterator and gives back the next edge. |