#include <lemon/grid_graph.h>
Public Types | |
typedef GridGraph::Node | Key |
The key type of the map. | |
typedef xy< int > | Value |
The value type of the map. | |
Public Member Functions | |
IndexMap (const GridGraph &_graph) | |
Constructor. | |
Value | operator[] (Key key) const |
The subscript operator. |
|
Constructor |
|
The subscript operator. |