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
[Graph Structure Concepts]

#include <lemon/concept/graph_component.h>

Inheritance diagram for BaseErasableGraphComponent:

Inheritance graph
[legend]
Collaboration diagram for BaseErasableGraphComponent:

Collaboration 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.

Definition at line 424 of file graph_component.h.

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.

Definition at line 434 of file graph_component.h.

void erase const Edge  )  [inline]
 

Erase an Edge from the graph.

Definition at line 440 of file graph_component.h.


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