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>

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 491 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 498 of file graph.h.


Member Function Documentation

void erase Node  n  )  [inline]
 

Deletes node n node.

Definition at line 503 of file graph.h.

void erase Edge  e  )  [inline]
 

Deletes edge e edge.

Definition at line 508 of file graph.h.


The documentation for this class was generated from the following file:
Generated on Sat Mar 19 10:58:57 2005 for LEMON by  doxygen 1.4.1