38 #ifndef __vtkImageCast_h
39 #define __vtkImageCast_h
53 vtkSetMacro(OutputScalarType,
int);
54 vtkGetMacro(OutputScalarType,
int);
69 {this->SetOutputScalarType(
VTK_CHAR);};
76 vtkSetMacro(ClampOverflow,
int);
77 vtkGetMacro(ClampOverflow,
int);
78 vtkBooleanMacro(ClampOverflow,
int);