#include <lemon/concept/sym_graph.h>
Inheritance diagram for ErasableSymGraph:
Definition at line 627 of file sym_graph.h.
Public Member Functions | |
ErasableSymGraph () | |
Defalult constructor. | |
void | erase (Node n) |
Deletes a node. | |
void | erase (SymEdge e) |
Deletes an edge. |
|
Defalult constructor. Definition at line 634 of file sym_graph.h. |
|
Deletes node Definition at line 639 of file sym_graph.h. |
|
Deletes edge Definition at line 644 of file sym_graph.h. |