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