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