#include <lemon/graph_utils.h>
Public Member Functions | |
| PotentialDifferenceMap (const Graph &_graph, const NodeMap &_potential) | |
| Constructor. | |
| Value | operator[] (const Key &edge) const |
| Const subscription operator. | |
Related Functions | |
| (Note that these are not member functions.) | |
| template<typename Graph , typename NodeMap > | |
| PotentialDifferenceMap< Graph, NodeMap > | potentialDifferenceMap (const Graph &graph, const NodeMap &potential) |
| Returns a PotentialDifferenceMap. | |
| PotentialDifferenceMap | ( | const Graph & | _graph, | |
| const NodeMap & | _potential | |||
| ) | [inline, explicit] |
Contructor of the map
| Value operator[] | ( | const Key & | edge | ) | const [inline] |
Const subscription operator
1.5.9