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

BaseErasableGraphComponent Class Reference

#include <lemon/concept/graph_component.h>

Inherits BaseGraphComponent.

Inheritance diagram for BaseErasableGraphComponent:

Inheritance graph
[legend]
List of all members.

Detailed Description

This class provides beside the core graph features core erase functions for the graph structure. The most of the base graphs should be conform to this concept.


Public Member Functions

void erase (const Node &)
 Erase a Node from the graph.
void erase (const Edge &)
 Erase an Edge from the graph.


Member Function Documentation

void erase const Node  )  [inline]
 

Erase a Node from the graph. This function should not erase edges connecting to the Node.

void erase const Edge  )  [inline]
 

Erase an Edge from the graph.


The documentation for this class was generated from the following file:
Generated on Sat Aug 27 14:16:44 2005 for LEMON by  doxygen 1.4.4