#include <lemon/concept/graph.h>
Inherits ExtendableGraph.
Inheritance diagram for ErasableGraph:
[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
Member Function Documentation
void erase |
( |
Node |
|
) |
[inline] |
|
void erase |
( |
Edge |
|
) |
[inline] |
|
The documentation for this class was generated from the following file:
Generated on Fri Feb 3 18:43:39 2006 for LEMON by
1.4.6