#include <lemon/concept/graph_component.h>
Inherits BaseGraphComponent.
Inheritance diagram for BaseExtendableGraphComponent:
Public Member Functions | |
Node | addNode () |
Adds a new Node to the graph. | |
Edge | addEdge (const Node &, const Node &) |
Adds a new Edge connects the two Nodes to the graph. |
|
Adds a new Node to the graph. |
|
Adds a new Edge connects the two Nodes to the graph. |