17 #ifndef vtkImageIterator_h
18 #define vtkImageIterator_h
20 #include "vtkCommonDataModelModule.h"
22 VTK_ABI_NAMESPACE_BEGIN
25 template <
class DType>
60 SpanIterator
EndSpan() {
return this->SpanEndPointer; }
76 #ifndef vtkImageIterator_cxx
81 #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.