#include <lemon/graph_utils.h>
Public Types | |
typedef DescriptorMap::Key | Value |
The value type of the InverseMap. | |
typedef DescriptorMap::Value | Key |
The key type of the InverseMap. | |
Public Member Functions | |
InverseMap (const DescriptorMap &_inverted) | |
Constructor of the InverseMap. | |
Value | operator[] (const Key &key) const |
Subscript operator. | |
int | size () const |
Size of the map. |
|
Constructor of the InverseMap. |
|
Subscript operator. It gives back the item that the descriptor belongs to currently. |
|
Returns the size of the map. |