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