#include <attractor.h>
Public Member Functions | |
| EdgeAdder (GraphType &graph) | |
| The only allowed constructor of an edge adder object. | |
| void | add (int edge) |
| Adds an edge to the graph. | |
Private Attributes | |
| GraphType & | g |
| A reference to the graph to which the vertices are to be added. | |
Definition at line 55 of file attractor.h.
| void EdgeAdder< GraphType >::add | ( | int | edge | ) | [inline] |
Adds an edge to the graph.
Definition at line 62 of file attractor.h.
References EdgeAdder< GraphType >::g.
A reference to the graph to which the vertices are to be added.
Definition at line 67 of file attractor.h.
Referenced by EdgeAdder< GraphType >::add().
1.5.3