All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
List of all members | Public Types | Public Member Functions
GridGraph::RowMap Class Reference

Detailed Description

Map to get the row of the nodes.

#include <lemon/grid_graph.h>

Public Types

typedef GridGraph::Node Key
 The key type of the map.
 
typedef int Value
 The value type of the map.
 

Public Member Functions

 RowMap (const GridGraph &graph)
 Constructor.
 
Value operator[] (Key key) const
 

Constructor & Destructor Documentation

RowMap ( const GridGraph graph)
inline

Constructor

Member Function Documentation

Value operator[] ( Key  key) const
inline

The subscript operator.