30 #ifndef vtkImageStencilToImage_h
31 #define vtkImageStencilToImage_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);
73 {this->SetOutputScalarType(
VTK_CHAR);};
void SetOutputScalarTypeToUnsignedChar()
#define VTK_UNSIGNED_SHORT
void SetOutputScalarTypeToUnsignedShort()
Convert an image stencil into an image.
#define VTKIMAGINGSTENCIL_EXPORT
void SetOutputScalarTypeToInt()
void SetOutputScalarTypeToFloat()
a simple class to control print indentation
void SetOutputScalarTypeToLong()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void SetOutputScalarTypeToDouble()
virtual int FillInputPortInformation(int port, vtkInformation *info)
void SetOutputScalarTypeToUnsignedInt()
#define VTK_UNSIGNED_CHAR
void SetOutputScalarTypeToShort()
Generic algorithm superclass for image algs.
void PrintSelf(ostream &os, vtkIndent indent)
static vtkAlgorithm * New()
#define VTK_UNSIGNED_LONG
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void SetOutputScalarTypeToUnsignedLong()
void SetOutputScalarTypeToChar()