ClearableDigraphComponent Class Template Reference
#include <lemon/concepts/graph_components.h>
List of all members.
Detailed Description
template<typename _Base = BaseDigraphComponent>
class lemon::concepts::ClearableDigraphComponent< _Base >
This class provides beside the core digraph features core clear 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.
|
Public Member Functions |
void | clear () |
| Erase all nodes and arcs from the digraph.
|
Member Function Documentation
Erase all nodes and arcs from the digraph.
The documentation for this class was generated from the following file: