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