18 #ifndef vtkImageIterateFilter_h
19 #define vtkImageIterateFilter_h
21 #include "vtkImagingCoreModule.h"
24 VTK_ABI_NAMESPACE_BEGIN
36 vtkGetMacro(Iteration,
int);
37 vtkGetMacro(NumberOfIterations,
int);
58 virtual void SetNumberOfIterations(
int num);
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
vtkInformationVector * InputVector
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses can reimplement this method to translate the update extent requests from each output port ...
Generic filter that has one input.
vtkInformationVector * OutputVector
Superclass for all sources, filters, and sinks in VTK.
a simple class to control print indentation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
Multiple executes per update.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkAlgorithm ** IterationData