33 #ifndef vtkImageCast_h
34 #define vtkImageCast_h
36 #include "vtkImagingCoreModule.h"
50 vtkSetMacro(OutputScalarType,
int);
51 vtkGetMacro(OutputScalarType,
int);
Image Data type Casting Filter.
void ThreadedExecute(vtkImageData *inData, vtkImageData *outData, int ext[6], int id) override
vtkTypeBool ClampOverflow
void SetOutputScalarTypeToLong()
void SetOutputScalarTypeToFloat()
void SetOutputScalarTypeToUnsignedLong()
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
void SetOutputScalarTypeToDouble()
void SetOutputScalarTypeToShort()
static vtkImageCast * New()
void SetOutputScalarTypeToChar()
void SetOutputScalarTypeToUnsignedChar()
void SetOutputScalarTypeToInt()
void SetOutputScalarTypeToUnsignedShort()
void SetOutputScalarTypeToUnsignedInt()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
topologically and geometrically regular array of data
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