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 98 #pragma warning (push) 101 #pragma warning (disable: 4910) // extern and dllexport incompatible 107 #pragma warning (pop) SpanIterator BeginSpan()
Return an iterator (pointer) for the span.
#define vtkExternTemplateMacro(decl)
A macro to declare extern templates for all numerical types.
topologically and geometrically regular array of data
vtkTypeBool IsAtEnd()
Test if the end of the extent has been reached.
SpanIterator EndSpan()
Return an iterator (pointer) for the end of the span.