ErasableGraph Class Reference
[Skeletons]

#include <graph.h>

Inheritance diagram for ErasableGraph:

Inheritance graph
[legend]
Collaboration diagram for ErasableGraph:

Collaboration graph
[legend]
List of all members.

Detailed Description

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

Definition at line 484 of file graph.h.

Public Member Functions

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


Constructor & Destructor Documentation

ErasableGraph  )  [inline]
 

Defalult constructor. Definition at line 491 of file graph.h.


Member Function Documentation

void erase Node  n  )  [inline]
 

Deletes node n node. Definition at line 496 of file graph.h.

void erase Edge  e  )  [inline]
 

Deletes edge e edge. Definition at line 501 of file graph.h.


The documentation for this class was generated from the following file:
Generated on Thu Sep 30 12:18:40 2004 for LEMON by doxygen 1.3.8