34#ifndef vtkVertexListIterator_h
35#define vtkVertexListIterator_h
37#include "vtkCommonDataModelModule.h"
78 bool HasNext() {
return this->Current != this->End; }
Representation of a single graph edge.
Base class for graph data types.
a simple class to control print indentation
abstract base class for most VTK objects
Iterates all vertices in a graph.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkIdType Next()
Returns the next edge in the graph.
virtual void SetGraph(vtkGraph *graph)
Setup the iterator with a graph.
~vtkVertexListIterator() override
static vtkVertexListIterator * New()
bool HasNext()
Whether this iterator has more edges.