26#ifndef vtkImageProgressIterator_h
27#define vtkImageProgressIterator_h
29#include "vtkCommonExecutionModelModule.h"
66#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
vtkImageIterator< DType > Superclass
vtkImageProgressIterator(vtkImageData *imgd, int *ext, vtkAlgorithm *po, int id)
Create a progress iterator for the provided image data and extent to iterate over.
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.