30 #ifndef __vtkImageStencilToImage_h
31 #define __vtkImageStencilToImage_h
33 #include "vtkImagingStencilModule.h"
34 #include "vtkImageAlgorithm.h"
41 void PrintSelf(ostream& os, vtkIndent indent);
45 vtkSetMacro(OutsideValue,
double);
46 vtkGetMacro(OutsideValue,
double);
51 vtkSetMacro(InsideValue,
double);
52 vtkGetMacro(InsideValue,
double);
57 vtkSetMacro(OutputScalarType,
int);
58 vtkGetMacro(OutputScalarType,
int);
63 {this->SetOutputScalarType(VTK_UNSIGNED_INT);};
66 {this->SetOutputScalarType(VTK_UNSIGNED_LONG);};
69 {this->SetOutputScalarType(VTK_UNSIGNED_SHORT);};
71 {this->SetOutputScalarType(VTK_UNSIGNED_CHAR);};
73 {this->SetOutputScalarType(VTK_CHAR);};
80 virtual int RequestInformation(vtkInformation *,
81 vtkInformationVector **,
82 vtkInformationVector *);
84 virtual int RequestData(vtkInformation *,
85 vtkInformationVector **,
86 vtkInformationVector *);
92 virtual int FillInputPortInformation(
int, vtkInformation*);
void SetOutputScalarTypeToUnsignedChar()
void SetOutputScalarTypeToUnsignedShort()
Convert an image stencil into an image.
void SetOutputScalarTypeToInt()
void SetOutputScalarTypeToFloat()
void SetOutputScalarTypeToLong()
void SetOutputScalarTypeToDouble()
void SetOutputScalarTypeToUnsignedInt()
void SetOutputScalarTypeToShort()
void SetOutputScalarTypeToUnsignedLong()
void SetOutputScalarTypeToChar()