The inverse map type of IdMap. The subscript operator gives back an item by its id. This type conforms to the ReadMap concept.
#include <lemon/maps.h>
Public Member Functions | |
InverseMap (const Graph &graph) | |
Constructor. | |
InverseMap (const IdMap &map) | |
Constructor. | |
Item | operator[] (int id) const |
InverseMap | ( | const Graph & | graph | ) | [inline, explicit] |
Constructor for creating an id-to-item map.
InverseMap | ( | const IdMap & | map | ) | [inline, explicit] |
Constructor for creating an id-to-item map.
Item operator[] | ( | int | id | ) | const [inline] |
Gives back an item by its id.