29 #ifndef vtkImageIterator_h
30 #define vtkImageIterator_h
32 #include "vtkCommonDataModelModule.h"
36 template <
class DType>
71 SpanIterator
EndSpan() {
return this->SpanEndPointer; }
87 #ifndef vtkImageIterator_cxx
92 #pragma warning(disable : 4910) // extern and dllexport incompatible
SpanIterator BeginSpan()
Return an iterator (pointer) for the span.
topologically and geometrically regular array of data
vtkExternTemplateMacro(extern template class VTKCOMMONDATAMODEL_EXPORT vtkImageIterator)
vtkTypeBool IsAtEnd()
Test if the end of the extent has been reached.
SpanIterator EndSpan()
Return an iterator (pointer) for the end of the span.