XC Open source finite element analysis program
|
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. 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.