30 #ifndef __vtkImageStencilToImage_h
31 #define __vtkImageStencilToImage_h
33 #include "vtkImagingStencilModule.h"
45 vtkSetMacro(OutsideValue,
double);
46 vtkGetMacro(OutsideValue,
double);
51 vtkSetMacro(InsideValue,
double);
52 vtkGetMacro(InsideValue,
double);
57 vtkSetMacro(OutputScalarType,
int);
58 vtkGetMacro(OutputScalarType,
int);
62 void SetOutputScalarTypeToUnsignedInt()
65 void SetOutputScalarTypeToUnsignedLong()
68 void SetOutputScalarTypeToUnsignedShort()
70 void SetOutputScalarTypeToUnsignedChar()
72 void SetOutputScalarTypeToChar()
73 {this->SetOutputScalarType(
VTK_CHAR);};