ErasableGraphComponent Class Reference

#include <lemon/concept/graph_component.h>

Inherits BaseGraphComponent.

Inherited by _ErasableGraph.

Inheritance diagram for ErasableGraphComponent:

Inheritance graph
[legend]
List of all members.

Detailed Description

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


Public Member Functions

void erase (const Node &)
 Erase the Node and notify the node alteration observers.
void erase (const Edge &)
 Erase the Edge and notify the edge alteration observers.


Member Function Documentation

void erase const Node  )  [inline]
 

Erase the Node and notify the node alteration observers.

void erase const Edge  )  [inline]
 

Erase the Edge and notify the edge alteration observers.


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