#include <lemon/concept/graph_component.h>
Inheritance diagram for ErasableGraphComponent:
BaseErasableGraphComponent
is that it should notify the item alteration observers.
Definition at line 944 of file graph_component.h.
Public Member Functions | |
void | erase (const Node &) |
Erase the Node and notify the node alteration observers. | |
void | erase (const Edge &) |
Erase the Edge and notify the edge alteration observers. |
|
Erase the Node and notify the node alteration observers. Definition at line 955 of file graph_component.h. |
|
Erase the Edge and notify the edge alteration observers. Definition at line 960 of file graph_component.h. |