#include <lemon/concepts/graph_components.h>
Inherited by ErasableBpUGraphComponent.
Inheritance diagram for ErasableUGraphComponent:
Public Member Functions | |
void | erase (const Node &) |
Erase a node from the graph. | |
void | erase (const UEdge &) |
Erase an edge from the graph. |
void erase | ( | const Node & | ) | [inline] |
Erase a node from the graph. This function should erase edges connecting to the node.
void erase | ( | const UEdge & | ) | [inline] |
Erase an edge from the graph.