#include <vtkImageProgressIterator.h>
Inheritance diagram for vtkImageProgressIterator< DType >:
This is a simple image iterator that can be used to iterate over an image. Typically used to iterate over the output image
Definition at line 47 of file vtkImageProgressIterator.h.
Public Member Functions | |
void | NextSpan () |
vtkImageProgressIterator (vtkImageData *imgd, int *ext, vtkAlgorithm *po, int id) | |
Protected Attributes | |
vtkAlgorithm * | Algorithm |
unsigned long | Count |
unsigned long | Count2 |
unsigned long | Target |
int | ID |
|
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) Reimplemented from vtkImageIterator< DType >. |
|
Definition at line 64 of file vtkImageProgressIterator.h. |
|
Definition at line 65 of file vtkImageProgressIterator.h. |
|
Definition at line 66 of file vtkImageProgressIterator.h. |
|
Definition at line 67 of file vtkImageProgressIterator.h. |
|
Definition at line 68 of file vtkImageProgressIterator.h. |