This class represents the red nodes of the graph. The red nodes can also be used as normal nodes.
#include <lemon/concepts/graph_components.h>
Public Member Functions | |
RedNode () | |
Default constructor. More... | |
RedNode (const RedNode &) | |
Copy constructor. More... | |
RedNode (Invalid) | |
Constructor for conversion from INVALID . More... | |
Public Member Functions inherited from GraphItem | |
GraphItem () | |
Default constructor. More... | |
GraphItem (const GraphItem &) | |
Copy constructor. More... | |
GraphItem (Invalid) | |
Constructor for conversion from INVALID . More... | |
GraphItem & | operator= (const GraphItem &) |
Assignment operator. More... | |
GraphItem & | operator= (Invalid) |
Assignment operator for INVALID. More... | |
bool | operator== (const GraphItem &) const |
Equality operator. More... | |
bool | operator!= (const GraphItem &) const |
Inequality operator. More... | |
bool | operator< (const GraphItem &) const |
Ordering operator. More... | |
|
inline |
Default constructor.