#include <lemon/concepts/graph_components.h>
Public Member Functions | |
void | erase (const Node &) |
Erase a node from the graph. | |
void | erase (const Edge &) |
Erase an edge from the graph. |
void erase | ( | const Node & | ) | [inline] |
Erase a node from the graph. This function should erase all edges connecting to the node.
void erase | ( | const Edge & | ) | [inline] |
Erase an edge from the graph.