37 #ifndef vtkVertexListIterator_h 38 #define vtkVertexListIterator_h 40 #include "vtkCommonDataModelModule.h" 57 virtual void SetGraph(
vtkGraph *graph);
83 return this->Current != this->End;
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Representation of a single graph edge.
bool HasNext()
Whether this iterator has more edges.
Base class for graph data types.
a simple class to control print indentation
Iterates all vertices in a graph.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
vtkIdType Next()
Returns the next edge in the graph.