This class represents the blue 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 | |
BlueNode () | |
Default constructor. More... | |
BlueNode (const BlueNode &) | |
Copy constructor. More... | |
BlueNode (Invalid) | |
Invalid constructor & conversion. More... | |
Public Member Functions inherited from BpGraph::Node | |
Node () | |
Default constructor. More... | |
Node (const Node &) | |
Copy constructor. More... | |
Node (Invalid) | |
Invalid constructor & conversion. More... | |
bool | operator== (Node) const |
Equality operator. More... | |
bool | operator!= (Node) const |
Inequality operator. More... | |
bool | operator< (Node) const |
Artificial ordering operator. More... | |
|
inline |
Default constructor.