26 #ifndef __vtkImageIterateFilter_h
27 #define __vtkImageIterateFilter_h
29 #include "vtkImagingCoreModule.h"
30 #include "vtkThreadedImageAlgorithm.h"
36 void PrintSelf(ostream& os, vtkIndent indent);
41 vtkGetMacro(Iteration,
int);
42 vtkGetMacro(NumberOfIterations,
int);
51 virtual int RequestUpdateExtent(vtkInformation*,
52 vtkInformationVector**,
53 vtkInformationVector*);
54 virtual int RequestInformation (vtkInformation*,
55 vtkInformationVector**,
56 vtkInformationVector*);
57 virtual int RequestData(vtkInformation* request,
58 vtkInformationVector** inputVector,
59 vtkInformationVector* outputVector);
64 virtual int IterativeRequestInformation(vtkInformation* in,
66 virtual int IterativeRequestUpdateExtent(vtkInformation* in,
68 virtual int IterativeRequestData(vtkInformation*,
69 vtkInformationVector**,
70 vtkInformationVector*);
72 virtual void SetNumberOfIterations(
int num);
vtkInformationVector * InputVector
vtkInformationVector * OutputVector
Multiple executes per update.
vtkAlgorithm ** IterationData