#include <lemon/graph_utils.h>
Public Member Functions | |
| BackwardMap (const Graph &_graph) | |
| Constructor. | |
| Value | operator[] (const Key &key) const |
| The subscript operator. | |
Related Functions | |
| (Note that these are not member functions.) | |
| template<typename Graph > | |
| BackwardMap< Graph > | backwardMap (const Graph &graph) |
| Returns a BackwardMap class. | |
| BackwardMap | ( | const Graph & | _graph | ) | [inline, explicit] |
Constructor
| _graph | The graph that the map belongs to. |
| Value operator[] | ( | const Key & | key | ) | const [inline] |
The subscript operator.
| key | An undirected edge |
1.5.9