Go to the documentation of this file.
40 #ifndef vtkSimpleImageToImageFilter_h
41 #define vtkSimpleImageToImageFilter_h
43 #include "vtkCommonExecutionModelModule.h"
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SimpleExecute(vtkImageData *input, vtkImageData *output)=0
~vtkSimpleImageToImageFilter() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called in response to a REQUEST_DATA request from the executive.
Generic algorithm superclass for image algs.
vtkSimpleImageToImageFilter()
topologically and geometrically regular array of data
a simple class to control print indentation
Generic image filter with one input.
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to translate the update extent requests from each output port ...