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

List of all members.

Public Member Functions

 RedNode ()
 Default constructor.
 RedNode (const RedNode &)
 RedNode (Invalid)
 Constructor for conversion from INVALID.

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