Standard graph map for the blue nodes. It conforms to the ReferenceMap concept.
#include <lemon/concepts/graph_components.h>
Public Member Functions | |
BlueNodeMap (const MappableBpGraphComponent &graph) | |
Construct a new map. | |
BlueNodeMap (const MappableBpGraphComponent &graph, const V &value) | |
Construct a new map with default value. | |
Private Member Functions | |
BlueNodeMap (const BlueNodeMap &nm) | |
Copy constructor. | |
template<typename CMap > | |
BlueNodeMap & | operator= (const CMap &) |
BlueNodeMap | ( | const MappableBpGraphComponent & | graph | ) | [inline, explicit] |
Construct a new map for the graph.
BlueNodeMap | ( | const MappableBpGraphComponent & | graph, |
const V & | value | ||
) | [inline] |
Construct a new map for the graph and initalize the values.
BlueNodeMap | ( | const BlueNodeMap< V > & | nm | ) | [inline, private] |
Copy Constructor.
BlueNodeMap& operator= | ( | const CMap & | ) | [inline, private] |
Assignment operator.
Reimplemented from GraphMap< MappableBpGraphComponent, Node, V >.