30 #ifndef __vtkImageStencilToImage_h
31 #define __vtkImageStencilToImage_h
44 vtkSetMacro(OutsideValue,
double);
45 vtkGetMacro(OutsideValue,
double);
50 vtkSetMacro(InsideValue,
double);
51 vtkGetMacro(InsideValue,
double);
56 vtkSetMacro(OutputScalarType,
int);
57 vtkGetMacro(OutputScalarType,
int);
61 void SetOutputScalarTypeToUnsignedInt()
64 void SetOutputScalarTypeToUnsignedLong()
67 void SetOutputScalarTypeToUnsignedShort()
69 void SetOutputScalarTypeToUnsignedChar()
71 void SetOutputScalarTypeToChar()
72 {this->SetOutputScalarType(
VTK_CHAR);};