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

Detailed Description

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>

+ Inheritance diagram for BaseBpGraphComponent::RedNode:

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...
 
GraphItemoperator= (const GraphItem &)
 Assignment operator. More...
 
GraphItemoperator= (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...
 

Constructor & Destructor Documentation

RedNode ( )
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.
RedNode ( const RedNode )
inline

Copy constructor.

RedNode ( Invalid  )
inline

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

See Also
Invalid for more details.