Standard graph map type for the red nodes. It conforms to the ReferenceMap concept.
#include <lemon/concepts/bpgraph.h>
Inheritance diagram for BpGraph::RedNodeMap< T >: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. | |
1.7.6.1