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