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