17#ifndef vtkImageProgressIterator_h
18#define vtkImageProgressIterator_h
20#include "vtkCommonExecutionModelModule.h"
22VTK_ABI_NAMESPACE_BEGIN
58#ifndef vtkImageProgressIterator_cxx
Superclass for all sources, filters, and sinks in VTK.
topologically and geometrically regular array of data
a simple image iterator with progress
vtkImageProgressIterator(vtkImageData *imgd, int *ext, vtkAlgorithm *po, int id)
Create a progress iterator for the provided image data and extent to iterate over.
vtkImageIterator< DType > Superclass
void NextSpan()
Move the iterator to the next span, may call UpdateProgress on the filter (vtkAlgorithm)
vtkTypeBool IsAtEnd()
Overridden from vtkImageIterator to check AbortExecute on the filter (vtkAlgorithm).
#define vtkExternTemplateMacro(decl)
A macro to declare extern templates for all numerical types.