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

ErasableGraphComponent Class Reference
[Graph Structure Concepts]

#include <lemon/concept/graph_component.h>

Inheritance diagram for ErasableGraphComponent:

Inheritance graph
[legend]
Collaboration diagram for ErasableGraphComponent:

Collaboration graph
[legend]
List of all members.

Detailed Description

This class provides beside the core graph features item erase interface for the graph structure. The difference between this class and the BaseErasableGraphComponent is that it should notify the item alteration observers.

Definition at line 944 of file graph_component.h.

Public Member Functions

void erase (const Node &)
 Erase the Node and notify the node alteration observers.
void erase (const Edge &)
 Erase the Edge and notify the edge alteration observers.


Member Function Documentation

void erase const Node  )  [inline]
 

Erase the Node and notify the node alteration observers.

Definition at line 955 of file graph_component.h.

void erase const Edge  )  [inline]
 

Erase the Edge and notify the edge alteration observers.

Definition at line 960 of file graph_component.h.


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