#include <lemon/concept/graph_component.h>
Inherits BaseGraphComponent.
Inheritance diagram for BaseIterableGraphComponent:
Public Member Functions | |
void | first (Node &) const |
Gives back the first Node in the iterating order. | |
void | next (Node &) const |
Gives back the next Node in the iterating order. | |
void | first (Edge &) const |
Gives back the first Edge in the iterating order. | |
void | next (Edge &) const |
Gives back the next Edge in the iterating order. | |
void | firstIn (Edge &, const Node &) const |
Gives back the first of the Edges point to the given Node. | |
void | nextIn (Edge &) const |
Gives back the next of the Edges points to the given Node. | |
void | firstOut (Edge &, const Node &) const |
Gives back the first of the Edges start from the given Node. | |
void | nextOut (Edge &) const |
Gives back the next of the Edges start from the given Node. |
|
Gives back the first Node in the iterating order. |
|
Gives back the next Node in the iterating order. |
|
Gives back the first Edge in the iterating order. |
|
Gives back the next Edge in the iterating order. |
|
Gives back the first of the Edges point to the given Node. |
|
Gives back the next of the Edges points to the given Node. |
|
Gives back the first of the Edges start from the given Node. |
|
Gives back the next of the Edges start from the given Node. |