#include <lemon/concepts/graph_components.h>
Inherits GraphMap< lemon::concepts::MappableGraphComponent, Base::Node, _Value >.
Inheritance diagram for MappableGraphComponent::NodeMap:
Public Member Functions | |
NodeMap (const MappableGraphComponent &graph) | |
Construct a new map. | |
NodeMap (const MappableGraphComponent &graph, const _Value &value) | |
Construct a new map with default value. | |
NodeMap (const NodeMap &nm) | |
Copy constructor. | |
template<typename CMap> | |
NodeMap & | operator= (const CMap &) |
Assign operator. |
NodeMap | ( | const MappableGraphComponent & | graph | ) | [inline, explicit] |
Construct a new map for the graph.
NodeMap | ( | const MappableGraphComponent & | graph, | |
const _Value & | value | |||
) | [inline] |
Construct a new map for the graph and initalise the values.