#include <iostream>
#include <lemon/invalid.h>
#include <lemon/utility.h>
#include <lemon/bits/iterable_graph_extender.h>
#include <lemon/bits/alteration_notifier.h>
#include <lemon/bits/static_map.h>
#include <lemon/bits/graph_extender.h>
#include <lemon/xy.h>
Go to the source code of this file.
Namespaces | |
namespace | lemon |
Classes | |
class | GridGraphBase |
Base graph for GridGraph. More... | |
class | GridGraph |
Grid graph class. More... | |
class | GridGraph::IndexMap |
Map to get the indices of the nodes as xy<int>. More... | |
class | GridGraph::RowMap |
Map to get the row of the nodes. More... | |
class | GridGraph::ColMap |
Map to get the column of the nodes. More... | |
Functions | |
GridGraph::IndexMap | lemon::indexMap (const GridGraph &graph) |
Index map of the grid graph. | |
GridGraph::RowMap | lemon::rowMap (const GridGraph &graph) |
Row map of the grid graph. | |
GridGraph::ColMap | lemon::colMap (const GridGraph &graph) |
Column map of the grid graph. |