13#ifndef vtkImageInPlaceFilter_h
14#define vtkImageInPlaceFilter_h
16#include "vtkCommonExecutionModelModule.h"
19VTK_ABI_NAMESPACE_BEGIN
Generic algorithm superclass for image algs.
topologically and geometrically regular array of data
Filter that operates in place.
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called in response to a REQUEST_DATA request from the executive.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkImageInPlaceFilter() override
void CopyData(vtkImageData *in, vtkImageData *out, int *outExt)
a simple class to control print indentation