#include <lemon/concepts/graph_components.h>

| Public Member Functions | |
| int | aNodeId (const Node &) const | 
| Node | nodeFromANodeId (int) const | 
| Gives back the undirected edge by the unique id. | |
| int | maxANodeId () const | 
| int | bNodeId (const Node &) const | 
| Node | nodeFromBNodeId (int) const | 
| Gives back the undirected edge by the unique id. | |
| int | maxBNodeId () const | 
| int aNodeId | ( | const Node & | ) | const  [inline] | 
Gives back an unique integer id for the ANode.
| Node nodeFromANodeId | ( | int | ) | const  [inline] | 
Gives back the undirected edge by the unique id. If the graph does not contain edge with the given id then the result of the function is undetermined.
| int maxANodeId | ( | ) | const  [inline] | 
Gives back an integer greater or equal to the maximum ANode id.
| int bNodeId | ( | const Node & | ) | const  [inline] | 
Gives back an unique integer id for the BNode.
| Node nodeFromBNodeId | ( | int | ) | const  [inline] | 
Gives back the undirected edge by the unique id. If the graph does not contain edge with the given id then the result of the function is undetermined.
| int maxBNodeId | ( | ) | const  [inline] | 
Gives back an integer greater or equal to the maximum BNode id.
 1.5.9
 1.5.9