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