 |
VTK
9.0.1
|
Go to the documentation of this file.
33 #ifndef vtkImageCast_h
34 #define vtkImageCast_h
36 #include "vtkImagingCoreModule.h"
50 vtkSetMacro(OutputScalarType,
int);
51 vtkGetMacro(OutputScalarType,
int);
void SetOutputScalarTypeToUnsignedShort()
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()
void SetOutputScalarTypeToShort()
#define VTK_UNSIGNED_SHORT
void SetOutputScalarTypeToDouble()
Generic filter that has one input.
void SetOutputScalarTypeToLong()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetOutputScalarTypeToInt()
void SetOutputScalarTypeToUnsignedChar()
void ThreadedExecute(vtkImageData *inData, vtkImageData *outData, int ext[6], int id) override
void SetOutputScalarTypeToChar()
topologically and geometrically regular array of data
a simple class to control print indentation
#define VTK_UNSIGNED_CHAR
#define VTK_UNSIGNED_LONG
static vtkImageCast * New()
void SetOutputScalarTypeToFloat()
Image Data type Casting Filter.
void SetOutputScalarTypeToUnsignedInt()