#include <lemon/concept/graph_component.h>
Inheritance diagram for IDableGraphComponent:
Definition at line 290 of file graph_component.h.
Public Member Functions | |
int | id (const Node &) const |
Gives back an unique integer id for the Node. | |
Node | fromId (int id, Node) const |
Gives back the node by the unique id. | |
int | id (const Edge &) const |
Gives back an unique integer id for the Edge. | |
Edge | fromId (int id, Edge) const |
Gives back the edge by the unique id. |
|
Gives back an unique integer id for the Node. Definition at line 300 of file graph_component.h. |
|
Gives back the node by the unique id. If the graph does not contain node with the given id then the result of the function is undetermined. Definition at line 307 of file graph_component.h. |
|
Gives back an unique integer id for the Edge. Definition at line 313 of file graph_component.h. |
|
Gives back the edge by the unique id. If the graph does not contain edge with the given id then the result of the function is undetermined. Definition at line 320 of file graph_component.h. |