#include <lemon/map_utils.h>
Definition at line 230 of file map_utils.h.
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 the map. More... |
|
Constructor for creating id map. Definition at line 256 of file map_utils.h. |
|
Gives back the immutable and unique id of the map. Definition at line 261 of file map_utils.h. |
|
Gives back the inverse of the map. Definition at line 266 of file map_utils.h. |