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. | |
RedNode (const RedNode &) | |
RedNode (Invalid) | |
Constructor for conversion from INVALID . | |
Public Member Functions inherited from GraphItem | |
GraphItem () | |
Default constructor. | |
GraphItem (const GraphItem &) | |
GraphItem (Invalid) | |
Constructor for conversion from INVALID . | |
GraphItem & | operator= (const GraphItem &) |
Assignment operator. | |
GraphItem & | operator= (Invalid) |
Assignment operator for INVALID. | |
bool | operator== (const GraphItem &) const |
bool | operator!= (const GraphItem &) const |
bool | operator< (const GraphItem &) const |
Ordering operator. | |
|
inline |
Default constructor.