30 #ifndef __vtkImageShiftScale_h
31 #define __vtkImageShiftScale_h
45 vtkSetMacro(Shift,
double);
46 vtkGetMacro(Shift,
double);
51 vtkSetMacro(Scale,
double);
52 vtkGetMacro(Scale,
double);
58 vtkSetMacro(OutputScalarType,
int);
59 vtkGetMacro(OutputScalarType,
int);
65 {this->SetOutputScalarType(
VTK_LONG);}
69 {this->SetOutputScalarType(
VTK_INT);}
77 {this->SetOutputScalarType(
VTK_CHAR);}
86 vtkSetMacro(ClampOverflow,
int);
87 vtkGetMacro(ClampOverflow,
int);
88 vtkBooleanMacro(ClampOverflow,
int);