#include <iostream>
#include <lemon/bits/invalid.h>
#include <lemon/bits/utility.h>
#include <lemon/bits/base_extender.h>
#include <lemon/bits/graph_extender.h>
#include <lemon/dim2.h>
Namespaces | |
namespace | lemon |
Classes | |
class | GridUGraph |
Grid graph class. More... | |
class | GridUGraph::IndexMap |
Map to get the indices of the nodes as dim2::Point<int>. More... | |
class | GridUGraph::RowMap |
Map to get the row of the nodes. More... | |
class | GridUGraph::ColMap |
Map to get the column of the nodes. More... | |
Functions | |
GridUGraph::IndexMap | indexMap (const GridUGraph &graph) |
Index map of the grid graph. | |
GridUGraph::RowMap | rowMap (const GridUGraph &graph) |
Row map of the grid graph. | |
GridUGraph::ColMap | colMap (const GridUGraph &graph) |
Column map of the grid graph. |