36 #ifndef __vtkVertexListIterator_h
37 #define __vtkVertexListIterator_h
53 virtual void SetGraph(vtkGraph *graph);
57 vtkGetObjectMacro(Graph, vtkGraph);
74 return this->Current != this->End;
abstract base class for most VTK objects
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
Iterates all vertices in a graph.