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);
72 {this->SetOutputScalarType(
VTK_CHAR);};