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