34#ifndef vtkArrayIterator_h
35#define vtkArrayIterator_h
37#include "vtkCommonCoreModule.h"
39VTK_ABI_NAMESPACE_BEGIN
Abstract superclass for all arrays.
Abstract superclass to iterate over elements in an vtkAbstractArray.
virtual int GetDataType() const =0
Get the data type from the underlying array.
virtual void Initialize(vtkAbstractArray *array)=0
Set the array this iterator will iterate over.
~vtkArrayIterator() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
abstract base class for most VTK objects