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