#include <lemon/concept/graph_component.h>
Inherits BaseGraphComponent.
Inherited by _ExtendableGraph.
Inheritance diagram for ExtendableGraphComponent:
BaseExtendableGraphComponent
is that it should notify the item alteration observers.
Public Member Functions | |
Node | addNode () |
Add a node to the graph. | |
Edge | addEdge (const Node &, const Node &) |
Add an edge to the graph. |
|
Add a node to the graph and notify the observers. |
|
Add an edge to the graph and notify the observers. |