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);
Iterator over the vertices of the graph.
Definition: VertexIter.h:75
Vertex of a graph.
Definition: Vertex.h:73
ArrayVertexIter is an iter for returning the vertices of an object of class ArrayGraph. ArrayVertexIter must be written for each subclass of ArrayGraph: wherin the vertices are stored differently to that in ArrayGraph.
Definition: ArrayVertexIter.h:77
Array de grafos.
Definition: ArrayGraph.h:76
================================================================================
Definition: ContinuaReprComponent.h:34