All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
List of all members | Public Member Functions
BaseBpGraphComponent::BlueNode Class Reference

Detailed Description

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:

Public Member Functions

 BlueNode ()
 Default constructor.
 
 BlueNode (const BlueNode &)
 
 BlueNode (Invalid)
 Constructor for conversion from INVALID.
 
 BlueNode (const Node &)
 Constructor for conversion from a node.
 
- Public Member Functions inherited from GraphItem
 GraphItem ()
 Default constructor.
 
 GraphItem (const GraphItem &)
 
 GraphItem (Invalid)
 Constructor for conversion from INVALID.
 
GraphItemoperator= (const GraphItem &)
 Assignment operator.
 
GraphItemoperator= (Invalid)
 Assignment operator for INVALID.
 
bool operator== (const GraphItem &) const
 
bool operator!= (const GraphItem &) const
 
bool operator< (const GraphItem &) const
 Ordering operator.
 

Constructor & Destructor Documentation

BlueNode ( )
inline

Default constructor.

Warning
The default constructor is not required to set the item to some well-defined value. So you should consider it as uninitialized.
BlueNode ( const BlueNode )
inline

Copy constructor.

BlueNode ( Invalid  )
inline

Constructor for conversion from INVALID. It initializes the item to be invalid.

See Also
Invalid for more details.
BlueNode ( const Node )
inline

Constructor for conversion from a node. The conversion can be invalid, since the Node can be member of the red set.