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