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