ExtendableGraphComponent Class Reference

#include <lemon/concept/graph_component.h>

Inherits BaseGraphComponent.

Inherited by _ExtendableGraph.

Inheritance diagram for ExtendableGraphComponent:

Inheritance graph
[legend]
List of all members.

Detailed Description

This class provides beside the core graph features item addition interface for the graph structure. The difference between this class and the BaseExtendableGraphComponent is that it should notify the item alteration observers.


Public Member Functions

Node addNode ()
 Add a node to the graph.
Edge addEdge (const Node &, const Node &)
 Add an edge to the graph.


Member Function Documentation

Node addNode  )  [inline]
 

Add a node to the graph and notify the observers.

Edge addEdge const Node ,
const Node
[inline]
 

Add an edge to the graph and notify the observers.


The documentation for this class was generated from the following file:
Generated on Fri Feb 3 18:43:56 2006 for LEMON by  doxygen 1.4.6