#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) | |
| Value | operator[] (const Key &key) const | 
| Subscript operator. | |
| unsigned int | size () const | 
| Size of the map. | |
| InverseMap | ( | const DescriptorMap & | _inverted | ) |  [inline, explicit] | 
Constructor of the InverseMap.
Subscript operator. It gives back the item that the descriptor belongs to currently.
| unsigned int size | ( | ) | const  [inline] | 
Returns the size of the map.
 1.5.9
 1.5.9