#include <vtkImageProgressIterator.h>
Inheritance diagram for vtkImageProgressIterator:


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 |
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 59 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 (vtkProcessObject) Reimplemented from vtkImageIterator. |
|
|||||
|
Definition at line 77 of file vtkImageProgressIterator.h. |
|
|||||
|
Definition at line 78 of file vtkImageProgressIterator.h. |
|
|||||
|
Definition at line 79 of file vtkImageProgressIterator.h. |
|
|||||
|
Definition at line 80 of file vtkImageProgressIterator.h. |
|
|||||
|
Definition at line 81 of file vtkImageProgressIterator.h. |
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001