Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

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 Sat Aug 27 14:16:39 2005 for LEMON by  doxygen 1.4.4