39 #ifndef __vtkSimpleImageToImageFilter_h
40 #define __vtkSimpleImageToImageFilter_h
42 #include "vtkCommonExecutionModelModule.h"
49 void PrintSelf(ostream& os, vtkIndent indent);
57 vtkInformationVector **,
58 vtkInformationVector *);
62 vtkInformationVector **,
63 vtkInformationVector *);
66 virtual void SimpleExecute(vtkImageData* input, vtkImageData* output) = 0;
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Generic image filter with one input.
Generic algorithm superclass for image algs.
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)