|
My Project
|
This iterator goes through each directed arc of the graph. Its usage is quite simple, for example, you can count the number of arcs in a graph g of type Graph as follows:
#include <lemon/concepts/graph.h>
Public Member Functions | |
| ArcIt () | |
| Default constructor. | |
| ArcIt (const ArcIt &e) | |
| Copy constructor. | |
| ArcIt (Invalid) | |
| Invalid constructor & conversion. | |
| ArcIt (const Graph &g) | |
| Sets the iterator to the first arc. | |
| ArcIt (const Graph &, const Arc &) | |
| Sets the iterator to the given arc. | |
| ArcIt & | operator++ () |
| Next arc. | |
|
inline |
Default constructor.
|
inline |
Copy constructor.
|
inlineexplicit |
Sets the iterator to the first arc of the given graph.
|
inline |
Sets the iterator to the given arc of the given graph.
|
inline |
Assign the iterator to the next arc.