#include <lemon/concept/graph_component.h>
Inheritance diagram for MappableGraphComponent::NodeMap:
Definition at line 796 of file graph_component.h.
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 &) | |
Copy constructor. | |
NodeMap & | operator= (const NodeMap &) |
Assign operator. |
|
Construct a new map for the graph.
Definition at line 804 of file graph_component.h. |
|
Construct a new map for the graph and initalise the values. Definition at line 808 of file graph_component.h. |
|
Copy Constructor. Definition at line 812 of file graph_component.h. |
|
Assign operator. Definition at line 817 of file graph_component.h. |