#include <lemon/concept/graph_component.h>
Inheritance diagram for BaseIterableGraphComponent:
Definition at line 199 of file graph_component.h.
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. Definition at line 209 of file graph_component.h. |
|
Gives back the next Node in the iterating order. Definition at line 215 of file graph_component.h. |
|
Gives back the first Edge in the iterating order. Definition at line 221 of file graph_component.h. |
|
Gives back the next Edge in the iterating order. Definition at line 226 of file graph_component.h. |
|
Gives back the first of the Edges point to the given Node. Definition at line 233 of file graph_component.h. |
|
Gives back the next of the Edges points to the given Node. Definition at line 240 of file graph_component.h. |
|
Gives back the first of the Edges start from the given Node. Definition at line 246 of file graph_component.h. |
|
Gives back the next of the Edges start from the given Node. Definition at line 252 of file graph_component.h. |