#include <lemon/concepts/graph_components.h>

| Public Member Functions | |
| int | id (const UEdge &) const | 
| UEdge | uEdgeFromId (int) const | 
| Gives back the undirected edge by the unique id. | |
| int | maxUEdgeId () const | 
| int id | ( | const UEdge & | ) | const  [inline] | 
Gives back an unique integer id for the UEdge.
| UEdge uEdgeFromId | ( | 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 maxUEdgeId | ( | ) | const  [inline] | 
Gives back an integer greater or equal to the maximum UEdge id.
 1.5.9
 1.5.9