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