ErasableGraph Class Reference
[Graph Structure Concepts]

#include <lemon/concept/graph.h>

Inherits ExtendableGraph.

Inheritance diagram for ErasableGraph:

Inheritance graph
[legend]
List of all members.

Detailed Description

This class is an extension of ExtendableGraph. It makes it possible to erase edges or nodes.


Public Member Functions

 ErasableGraph ()
 Defalult constructor.
void erase (Node)
 Deletes a node.
void erase (Edge)
 Deletes an edge.


Constructor & Destructor Documentation

ErasableGraph  )  [inline]
 

Defalult constructor.


Member Function Documentation

void erase Node   )  [inline]
 

Deletes node n node.

void erase Edge   )  [inline]
 

Deletes edge e edge.


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