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