ExtendableUGraphComponent Class Template Reference

#include <lemon/concepts/graph_components.h>

Inherited by ExtendableBpUGraphComponent.

Inheritance diagram for ExtendableUGraphComponent:

Inheritance graph
[legend]
List of all members.

Detailed Description

template<typename _Base = BaseUGraphComponent>
class lemon::concepts::ExtendableUGraphComponent< _Base >

This class provides beside the core undirected graph features core undircted graph extend interface for the graph structure. The main difference between the base and this interface is that the graph alterations should handled already on this level.


Public Member Functions

Node addNode ()
 Adds a new node to the graph.
UEdge addEdge (const Node &, const Node &)
 Adds a new edge connects the given two nodes.


Member Function Documentation

Node addNode (  )  [inline]

Adds a new node to the graph.

UEdge addEdge ( const Node &  ,
const Node &   
) [inline]

Adds a new edge connects the the given two nodes.


The documentation for this class was generated from the following file:
Generated on Tue Oct 31 09:51:43 2006 for LEMON by  doxygen 1.5.1