29 #ifndef vtkImageIterator_h
30 #define vtkImageIterator_h
32 #include "vtkCommonDataModelModule.h"
76 return this->SpanEndPointer;
84 return (this->Pointer >= this->EndPointer);
96 #ifndef vtkImageIterator_cxx
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.