#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 53 of file vtkImageProgressIterator.h.
Public Methods | |
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 70 of file vtkImageProgressIterator.h. |
|
Definition at line 71 of file vtkImageProgressIterator.h. |
|
Definition at line 72 of file vtkImageProgressIterator.h. |
|
Definition at line 73 of file vtkImageProgressIterator.h. |
|
Definition at line 74 of file vtkImageProgressIterator.h. |