Standard graph map type for the nodes. It conforms to the ReferenceMap concept.
#include <lemon/concepts/graph.h>
Public Member Functions | |
NodeMap (const Graph &) | |
Constructor. | |
NodeMap (const Graph &, T) | |
Constructor with given initial value. | |
Private Member Functions | |
NodeMap (const NodeMap &nm) | |
Copy constructor. | |
template<typename CMap > | |
NodeMap & | operator= (const CMap &) |
Assignment operator. |