#include <lemon/concept/graph_component.h>
Inheritance diagram for ExtendableGraphComponent:
BaseExtendableGraphComponent
is that it should notify the item alteration observers.
Definition at line 902 of file graph_component.h.
Public Member Functions | |
Node | addNode () |
Add a node to the graph. | |
Edge | addEdge (const Node &from, const Node &to) |
Add an edge to the graph. |
|
Add a node to the graph and notify the observers. Definition at line 913 of file graph_component.h. |
|
Add an edge to the graph and notify the observers. Definition at line 920 of file graph_component.h. |