27 #ifndef vtkImageIterateFilter_h
28 #define vtkImageIterateFilter_h
30 #include "vtkImagingCoreModule.h"
44 vtkGetMacro(Iteration,
int);
45 vtkGetMacro(NumberOfIterations,
int);
59 vtkInformationVector*) VTK_OVERRIDE;
60 virtual
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;
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.
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.