a simple image iterator with progress
More...
#include <vtkImageProgressIterator.h>
Inherits vtkImageIterator< DType >.
template<class DType>
class vtkImageProgressIterator< DType >
a simple image iterator with progress
This is a simple image iterator that can be used to iterate over an image. Typically used to iterate over the output image
- See Also
- vtkImageData vtkImageIterator
- Tests:
- vtkImageProgressIterator (Tests)
Definition at line 36 of file vtkImageProgressIterator.h.
Create a progress iterator for the provided image data and extent to iterate over. The passes progress object will receive any UpdateProgress calls if the thread id is zero
Move the iterator to the next span, may call UpdateProgress on the filter (vtkAlgorithm)
Overridden from vtkImageIterator to check AbortExecute on the filter (vtkAlgorithm).
The documentation for this class was generated from the following file: