#include <lemon/concept/graph_component.h>
Inheritance diagram for IterableGraphComponent:
Definition at line 650 of file graph_component.h.
Public Types | |
typedef GraphIterator< Graph, Node > | NodeIt |
This iterator goes through each node. | |
typedef GraphIterator< Graph, Edge > | EdgeIt |
This iterator goes through each node. | |
typedef GraphIncIterator< Graph, Edge, 'i'> | InEdgeIt |
This iterator goes trough the incoming edges of a node. | |
typedef GraphIncIterator< Graph, Edge, 'o'> | OutEdgeIt |
This iterator goes trough the outgoing edges of a node. |
|
This iterator goes through each node. Definition at line 663 of file graph_component.h. |
|
This iterator goes through each node. Definition at line 668 of file graph_component.h. |
|
This iterator goes trough the inccoming edges of a certain node of a graph. Definition at line 673 of file graph_component.h. |
|
This iterator goes trough the outgoing edges of a certain node of a graph. Definition at line 678 of file graph_component.h. |