ErasableUGraphComponent Class Template Reference

#include <lemon/concepts/graph_components.h>

Inherited by ErasableBpUGraphComponent.

Inheritance diagram for ErasableUGraphComponent:

Inheritance graph
[legend]
List of all members.

Detailed Description

template<typename _Base = BaseUGraphComponent>
class lemon::concepts::ErasableUGraphComponent< _Base >

This class provides beside the core undirected graph features core erase functions for the undirceted graph structure. The main difference between the base and this interface is that the graph alterations should handled already on this level.


Public Member Functions

void erase (const Node &)
 Erase a node from the graph.
void erase (const UEdge &)
 Erase an edge from the graph.


Member Function Documentation

void erase ( const Node &   )  [inline]

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

void erase ( const UEdge &   )  [inline]

Erase an edge from the graph.


The documentation for this class was generated from the following file:
Generated on Tue Oct 31 09:51:44 2006 for LEMON by  doxygen 1.5.1