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