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>
Public Member Functions | |
void | erase (const Node &) |
Erase a node from the digraph. | |
void | erase (const Arc &) |
Erase an arc from the digraph. |
void erase | ( | const Node & | ) | [inline] |
This function erases the given node from the digraph and all arcs connected to the node.
void erase | ( | const Arc & | ) | [inline] |
This function erases the given arc from the digraph.