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