38 #ifndef __vtkImageCast_h
39 #define __vtkImageCast_h
53 vtkSetMacro(OutputScalarType,
int);
54 vtkGetMacro(OutputScalarType,
int);
58 void SetOutputScalarTypeToUnsignedInt()
61 void SetOutputScalarTypeToUnsignedLong()
64 void SetOutputScalarTypeToUnsignedShort()
66 void SetOutputScalarTypeToUnsignedChar()
68 void SetOutputScalarTypeToChar()
69 {this->SetOutputScalarType(
VTK_CHAR);};
76 vtkSetMacro(ClampOverflow,
int);
77 vtkGetMacro(ClampOverflow,
int);
78 vtkBooleanMacro(ClampOverflow,
int);