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

ErasableSymGraph Class Reference
[Concepts]

#include <lemon/concept/sym_graph.h>

Inheritance diagram for ErasableSymGraph:

Inheritance graph
[legend]
Collaboration diagram for ErasableSymGraph:

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 627 of file sym_graph.h.

Public Member Functions

 ErasableSymGraph ()
 Defalult constructor.
void erase (Node n)
 Deletes a node.
void erase (SymEdge e)
 Deletes an edge.


Constructor & Destructor Documentation

ErasableSymGraph  )  [inline]
 

Defalult constructor.

Definition at line 634 of file sym_graph.h.


Member Function Documentation

void erase Node  n  )  [inline]
 

Deletes node n node.

Definition at line 639 of file sym_graph.h.

void erase SymEdge  e  )  [inline]
 

Deletes edge e edge.

Definition at line 644 of file sym_graph.h.


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