63 #ifndef ArrayVertexIter_h 64 #define ArrayVertexIter_h 66 #include <solution/graph/graph/VertexIter.h> 87 virtual void reset(
void);
88 virtual Vertex *operator()(
void);
Vertex of a graph.
Definition: Vertex.h:79
Graph that uses an array to store its vertices.
Definition: ArrayGraph.h:90
ArrayVertexIter is an iter for returning the vertices of an object of class ArrayGraph.
Definition: ArrayVertexIter.h:77
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Iterator over the vertices of the graph.
Definition: VertexIter.h:75