#include <lemon/graph_utils.h>
InverseMap
.
Public Member Functions | |
IdMap (const Graph &_graph) | |
Constructor. | |
int | operator[] (const Item &item) const |
Gives back the id of the item. | |
InverseMap | inverse () const |
Gives back the inverse of the map. | |
Classes | |
class | InverseMap |
The class represents the inverse of its owner (IdMap). More... |
|
Constructor for creating id map. |
|
Gives back the immutable and unique id of the map. |
|
Gives back the inverse of the IdMap. |