All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions
BpGraph::RedNode Class Reference

Detailed Description

This class represents the red 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::RedNode:

List of all members.

Public Member Functions

 RedNode ()
 Default constructor.
 RedNode (const RedNode &)
 RedNode (Invalid)
 Invalid constructor & conversion.

Constructor & Destructor Documentation

RedNode ( ) [inline]

Default constructor.

Warning:
It sets the object to an undefined value.
RedNode ( const RedNode ) [inline]

Copy constructor.

RedNode ( Invalid  ) [inline]

Initializes the object to be invalid.

See also:
Invalid for more details.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines