ErasableGraphComponent< _Base > Class Template Reference
Detailed Description
template<typename _Base = BaseGraphComponent>
class lemon::concepts::ErasableGraphComponent< _Base >
This class provides beside the core graph features core erase functions for the graph structure. The main difference between the base and this interface is that the graph alterations should handled already on this level.
#include <lemon/concepts/graph_components.h>
Inherits _Base.
List of all members.
|
Public Member Functions |
void | erase (const Node &) |
| Erase a node from the graph.
|
void | erase (const Edge &) |
Member Function Documentation
void erase |
( |
const Node & |
|
) |
[inline] |
Erase a node from the graph. This function should erase all edges connecting to the node.
void erase |
( |
const Edge & |
|
) |
[inline] |
Erase an edge from the graph.