This class describes the interface of erasable directed graphs. It extends BaseDigraphComponent with functions for removing nodes and arcs from the digraph. This concept requires AlterableDigraphComponent.
#include <lemon/concepts/graph_components.h>
Inherits BAS.
Public Member Functions | |
void | erase (const Node &) |
Erase a node from the digraph. | |
void | erase (const Arc &) |
Erase an arc from the digraph. | |
|
inline |
This function erases the given node from the digraph and all arcs connected to the node.
|
inline |
This function erases the given arc from the digraph.