25 #ifndef vtkImageShiftScale_h
26 #define vtkImageShiftScale_h
28 #include "vtkImagingCoreModule.h"
42 vtkSetMacro(Shift,
double);
43 vtkGetMacro(Shift,
double);
50 vtkSetMacro(Scale,
double);
51 vtkGetMacro(Scale,
double);
59 vtkSetMacro(OutputScalarType,
int);
60 vtkGetMacro(OutputScalarType,
int);
topologically and geometrically regular array of data
shift and scale an input image
~vtkImageShiftScale() override
void ThreadedRequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *, vtkImageData ***inData, vtkImageData **outData, int outExt[6], int threadId) override
If the subclass does not define an Execute method, then the task will be broken up,...
void SetOutputScalarTypeToInt()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetOutputScalarTypeToLong()
void SetOutputScalarTypeToUnsignedInt()
void SetOutputScalarTypeToDouble()
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
void SetOutputScalarTypeToChar()
vtkTypeBool ClampOverflow
void SetOutputScalarTypeToShort()
void SetOutputScalarTypeToUnsignedLong()
void SetOutputScalarTypeToFloat()
void SetOutputScalarTypeToUnsignedShort()
static vtkImageShiftScale * New()
void SetOutputScalarTypeToUnsignedChar()
a simple class to control print indentation
Generic filter that has one input.
#define VTK_UNSIGNED_CHAR
#define VTK_UNSIGNED_SHORT
#define VTK_UNSIGNED_LONG