17 #ifndef vtkImageProgressIterator_h
18 #define vtkImageProgressIterator_h
20 #include "vtkCommonExecutionModelModule.h"
22 VTK_ABI_NAMESPACE_BEGIN
25 template <
class DType>
58 #ifndef vtkImageProgressIterator_cxx
void NextSpan()
Move the iterator to the next span.
vtkImageIterator< DType > Superclass
Superclass for all sources, filters, and sinks in VTK.
topologically and geometrically regular array of data
a simple image iterator with progress
vtkTypeBool IsAtEnd()
Test if the end of the extent has been reached.
vtkExternTemplateMacro(extern template class VTKCOMMONEXECUTIONMODEL_EXPORT vtkImageProgressIterator)