#include <lemon/concept/graph_component.h>
Inheritance diagram for BaseGraphComponent:
Definition at line 143 of file graph_component.h.
Public Types | |
typedef GraphItem<'n'> | Node |
Node class of the graph. | |
typedef GraphItem<'e'> | Edge |
Edge class of the graph. | |
Public Member Functions | |
Node | target (const Edge &) const |
Gives back the target node of an edge. | |
Node | source (const Edge &) const |
Gives back the source node of an edge. |
|
This class represents the Nodes of the graph. Definition at line 152 of file graph_component.h. |
|
This class represents the Edges of the graph. Definition at line 158 of file graph_component.h. |
|
Gives back the target node of an edge. Definition at line 164 of file graph_component.h. |
|
Gives back the source node of an edge. Definition at line 170 of file graph_component.h. |