 |
VTK
9.0.1
|
Go to the documentation of this file.
26 #ifndef vtkImageIterator_h
27 #define vtkImageIterator_h
29 #include "vtkCommonDataModelModule.h"
33 template <
class DType>
84 #ifndef vtkImageIterator_cxx
89 #pragma warning(disable : 4910) // extern and dllexport incompatible
SpanIterator EndSpan()
Return an iterator (pointer) for the end of the span.
vtkImageIterator()
Default empty constructor, useful only when creating an array of iterators You need to call Initializ...
vtkTypeBool IsAtEnd()
Test if the end of the extent has been reached.
SpanIterator BeginSpan()
Return an iterator (pointer) for the span.
void NextSpan()
Move the iterator to the next span.
vtkImageIterator(vtkImageData *id, int *ext)
Create an image iterator for a given image data and a given extent.
topologically and geometrically regular array of data
vtkExternTemplateMacro(extern template class VTKCOMMONDATAMODEL_EXPORT vtkImageIterator)
void Initialize(vtkImageData *id, int *ext)
Initialize the image iterator for a given image data, and given extent.