 |
VTK
9.1.0
|
Go to the documentation of this file.
142 #ifndef vtkImageCast_h
143 #define vtkImageCast_h
145 #include "vtkImagingCoreModule.h"
159 vtkSetMacro(OutputScalarType,
int);
160 vtkGetMacro(OutputScalarType,
int);
void SetOutputScalarTypeToUnsignedShort()
Set the desired output scalar type to cast to.
vtkTypeBool ClampOverflow
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
void SetOutputScalarTypeToUnsignedLong()
Set the desired output scalar type to cast to.
void SetOutputScalarTypeToShort()
Set the desired output scalar type to cast to.
#define VTK_UNSIGNED_SHORT
void SetOutputScalarTypeToDouble()
Set the desired output scalar type to cast to.
Generic filter that has one input.
void SetOutputScalarTypeToLong()
Set the desired output scalar type to cast to.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetOutputScalarTypeToInt()
Set the desired output scalar type to cast to.
void SetOutputScalarTypeToUnsignedChar()
Set the desired output scalar type to cast to.
void ThreadedExecute(vtkImageData *inData, vtkImageData *outData, int ext[6], int id) override
void SetOutputScalarTypeToChar()
Set the desired output scalar type to cast to.
topologically and geometrically regular array of data
a simple class to control print indentation
#define VTK_UNSIGNED_CHAR
~vtkImageCast() override=default
#define VTK_UNSIGNED_LONG
static vtkImageCast * New()
void SetOutputScalarTypeToFloat()
Set the desired output scalar type to cast to.
Image Data type Casting Filter.
void SetOutputScalarTypeToUnsignedInt()
Set the desired output scalar type to cast to.