#include <lemon/concept/graph_component.h>
Inherits GraphMap< Graph, Edge, _Value >.
Inheritance diagram for MappableGraphComponent::EdgeMap:
Public Member Functions | |
EdgeMap (const Graph &) | |
Construct a new map. | |
EdgeMap (const Graph &, const _Value &) | |
Construct a new map with default value. | |
EdgeMap (const EdgeMap &em) | |
Copy constructor. | |
EdgeMap & | operator= (const EdgeMap &) |
Assign operator. |
|
Construct a new map for the graph.
|
|
Construct a new map for the graph and initalise the values. |
|
Copy Constructor. |
|
Assign operator. |