64 #ifndef ArrayVertexIter_h 65 #define ArrayVertexIter_h 67 #include <solution/graph/graph/VertexIter.h> 88 virtual void reset(
void);
89 virtual Vertex *operator()(
void);
Vertex of a graph.
Definition: Vertex.h:80
Graph that uses an array to store its vertices.
Definition: ArrayGraph.h:91
ArrayVertexIter is an iter for returning the vertices of an object of class ArrayGraph.
Definition: ArrayVertexIter.h:78
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Iterator over the vertices of the graph.
Definition: VertexIter.h:76