All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
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:

List of all members.

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.

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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines