This class represents the blue nodes of the graph. The blue nodes can also be used as normal nodes.
#include <lemon/concepts/graph_components.h>
 Inheritance diagram for BaseBpGraphComponent::BlueNode:
 Inheritance diagram for BaseBpGraphComponent::BlueNode:| Public Member Functions | |
| BlueNode () | |
| Default constructor.  More... | |
| BlueNode (const BlueNode &) | |
| Copy constructor.  More... | |
| BlueNode (Invalid) | |
| Constructor for conversion from INVALID.  More... | |
| BlueNode (const Node &) | |
| Constructor for conversion from a node.  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.
Constructor for conversion from INVALID. It initializes the item to be invalid. 
 1.8.5
 1.8.5