|
xc
|
ArrayVertexIter is an iter for returning the vertices of an object of class ArrayGraph. More...
#include <ArrayVertexIter.h>
Public Member Functions | |
| virtual void | reset (void) |
| virtual Vertex * | operator() (void) |
Protected Member Functions | |
| ArrayVertexIter (ArrayGraph &theArrayGraph) | |
Protected Member Functions inherited from XC::VertexIter | |
| VertexIter (void) | |
| Default constructor. | |
| VertexIter (TaggedObjectStorage *) | |
Friends | |
| class | ArrayGraph |
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.
1.8.12