#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 35 of file vtkImageProgressIterator.h.
Public Member Functions | |
| void | NextSpan () |
| vtkImageProgressIterator (vtkImageData *imgd, int *ext, vtkProcessObject *po, int id) | |
Protected Attributes | |
| vtkProcessObject * | ProcessObject |
| 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 (vtkProcessObject) Reimplemented from vtkImageIterator< DType >. |
|
|||||
|
Definition at line 52 of file vtkImageProgressIterator.h. |
|
|||||
|
Definition at line 53 of file vtkImageProgressIterator.h. |
|
|||||
|
Definition at line 54 of file vtkImageProgressIterator.h. |
|
|||||
|
Definition at line 55 of file vtkImageProgressIterator.h. |
|
|||||
|
Definition at line 56 of file vtkImageProgressIterator.h. |