#include <lemon/concept/graph_component.h>
Inheritance diagram for BaseExtendableGraphComponent:
Definition at line 383 of file graph_component.h.
Public Member Functions | |
Node | addNode () |
Adds a new Node to the graph. | |
Edge | addEdge (const Node &from, const Node &to) |
Adds a new Edge connects the two Nodes to the graph. |
|
Adds a new Node to the graph. Definition at line 393 of file graph_component.h. |
|
Adds a new Edge connects the two Nodes to the graph. Definition at line 401 of file graph_component.h. |