27 #ifndef vtkImageIterateFilter_h
28 #define vtkImageIterateFilter_h
30 #include "vtkImagingCoreModule.h"
44 vtkGetMacro(Iteration,
int);
45 vtkGetMacro(NumberOfIterations,
int);
56 vtkInformationVector*) VTK_OVERRIDE;
57 int RequestInformation (vtkInformation*,
58 vtkInformationVector**,
59 vtkInformationVector*) VTK_OVERRIDE;
60 int RequestData(vtkInformation* request,
61 vtkInformationVector** inputVector,
62 vtkInformationVector* outputVector) VTK_OVERRIDE;
67 virtual
int IterativeRequestInformation(vtkInformation* in,
69 virtual
int IterativeRequestUpdateExtent(vtkInformation* in,
71 virtual
int IterativeRequestData(vtkInformation*,
72 vtkInformationVector**,
73 vtkInformationVector*);
75 virtual
void SetNumberOfIterations(
int num);
78 int NumberOfIterations;
84 vtkInformationVector* InputVector;
85 vtkInformationVector* OutputVector;
Generic filter that has one input.
Superclass for all sources, filters, and sinks in VTK.
a simple class to control print indentation
Multiple executes per update.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.