a simple image iterator
More...
#include <vtkImageIterator.h>
|
| | vtkImageIterator () |
| | Default empty constructor, useful only when creating an array of iterators You need to call Initialize afterward.
|
| |
| | vtkImageIterator (vtkImageData *id, VTK_FUTURE_CONST int ext[6]) |
| | Create an image iterator for a given image data and a given extent.
|
| |
| void | Initialize (vtkImageData *id, VTK_FUTURE_CONST int ext[6]) |
| | Initialize the image iterator for a given image data, and given extent.
|
| |
| void | NextSpan () |
| | Move the iterator to the next span.
|
| |
| SpanIterator | BeginSpan () |
| | Return an iterator (pointer) for the span.
|
| |
| SpanIterator | EndSpan () |
| | Return an iterator (pointer) for the end of the span.
|
| |
| vtkTypeBool | IsAtEnd () |
| | Test if the end of the extent has been reached.
|
| |
template<class DType>
class vtkImageIterator< DType >
a simple image iterator
This is a simple image iterator that can be used to iterate over an image. This should be used internally by Filter writers.
- See also
- vtkImageData vtkImageProgressIterator
- Online Examples:
- Tests:
- vtkImageIterator (Tests)
Definition at line 75 of file vtkImageIterator.h.
◆ SpanIterator
◆ vtkImageIterator() [1/2]
Default empty constructor, useful only when creating an array of iterators You need to call Initialize afterward.
◆ vtkImageIterator() [2/2]
Create an image iterator for a given image data and a given extent.
◆ Initialize()
Initialize the image iterator for a given image data, and given extent.
◆ NextSpan()
Move the iterator to the next span.
◆ BeginSpan()
◆ EndSpan()
◆ IsAtEnd()
◆ Pointer
◆ SpanEndPointer
◆ SliceEndPointer
◆ EndPointer
◆ Increments
◆ ContinuousIncrements
The documentation for this class was generated from the following file: