#include <lemon/concept/graph_component.h>
Inherits BaseGraphComponent.
Inheritance diagram for BaseErasableGraphComponent:
Public Member Functions | |
void | erase (const Node &) |
Erase a Node from the graph. | |
void | erase (const Edge &) |
Erase an Edge from the graph. |
|
Erase a Node from the graph. This function should not erase edges connecting to the Node. |
|
Erase an Edge from the graph. |