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