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

Detailed Description

This class represents the blue nodes of the graph. It does not supposed to be used directly, because the nodes can be represented as Node instances. This class can be used as template parameter for special map classes.

#include <lemon/concepts/bpgraph.h>

+ Inheritance diagram for BpGraph::BlueNode:

Public Member Functions

 BlueNode ()
 Default constructor. More...
 
 BlueNode (const BlueNode &)
 Copy constructor. More...
 
 BlueNode (Invalid)
 Invalid constructor & conversion. More...
 
- Public Member Functions inherited from BpGraph::Node
 Node ()
 Default constructor. More...
 
 Node (const Node &)
 Copy constructor. More...
 
 Node (Invalid)
 Invalid constructor & conversion. More...
 
bool operator== (Node) const
 Equality operator. More...
 
bool operator!= (Node) const
 Inequality operator. More...
 
bool operator< (Node) const
 Artificial ordering operator. More...
 

Constructor & Destructor Documentation

BlueNode ( )
inline

Default constructor.

Warning
It sets the object to an undefined value.
BlueNode ( const BlueNode )
inline

Copy constructor.

BlueNode ( Invalid  )
inline

Initializes the object to be invalid.

See Also
Invalid for more details.