26 #ifndef __vtkImageIterateFilter_h
27 #define __vtkImageIterateFilter_h
29 #include "vtkImagingCoreModule.h"
36 void PrintSelf(ostream& os, vtkIndent indent);
41 vtkGetMacro(Iteration,
int);
42 vtkGetMacro(NumberOfIterations,
int);
52 vtkInformationVector**,
53 vtkInformationVector*);
55 vtkInformationVector**,
56 vtkInformationVector*);
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
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Generic filter that has one input..
vtkInformationVector * OutputVector
Superclass for all sources, filters, and sinks in VTK.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Multiple executes per update.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkAlgorithm ** IterationData