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