26 #ifndef vtkImageIterator_h
27 #define vtkImageIterator_h
29 #include "vtkCommonDataModelModule.h"
73 return this->SpanEndPointer;
81 return (this->Pointer >= this->EndPointer);
93 #ifndef vtkImageIterator_cxx
95 #pragma warning (push)
98 #pragma warning (disable: 4910) // extern and dllexport incompatible
104 #pragma warning (pop)
SpanIterator BeginSpan()
Return an iterator (pointer) for the span.
int IsAtEnd()
Test if the end of the extent has been reached.
#define vtkExternTemplateMacro(decl)
A macro to declare extern templates for all numerical types.
topologically and geometrically regular array of data
SpanIterator EndSpan()
Return an iterator (pointer) for the end of the span.