ClearableGraphComponent< _Base > Class Template Reference
Detailed Description
template<typename _Base = BaseGraphComponent>
class lemon::concepts::ClearableGraphComponent< _Base >
This class provides beside the core graph features core clear 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 | clear () |
Member Function Documentation
Erase all nodes and edges from the graph.