This class represents the red nodes of the graph. It does not supposed to be used directly, because the nodes can be represented as Node instances. This class can be used as template parameter for special map classes.
#include <lemon/concepts/bpgraph.h>
Public Member Functions | |
RedNode () | |
Default constructor. | |
RedNode (const RedNode &) | |
RedNode (Invalid) | |
Invalid constructor & conversion. | |
Public Member Functions inherited from BpGraph::Node | |
Node () | |
Default constructor. | |
Node (const Node &) | |
Node (Invalid) | |
Invalid constructor & conversion. | |
bool | operator== (Node) const |
Equality operator. | |
bool | operator!= (Node) const |
bool | operator< (Node) const |
Artificial ordering operator. | |
|
inline |
Default constructor.