#include <lemon/concept/graph.h>
Inheritance diagram for ExtendableGraph:
Definition at line 455 of file graph.h.
Public Member Functions | |
ExtendableGraph () | |
Defalult constructor. | |
Node | addNode () |
Add a new node to the graph. | |
Edge | addEdge (Node s, Node t) |
Add a new edge to the graph. | |
void | clear () |
Resets the graph. |
|
Defalult constructor. |
|
|
|
Add a new edge to the graph with source node
|
|
This function deletes all edges and nodes of the graph. It also frees the memory allocated to store them.
|