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);};
void SetOutputScalarTypeToUnsignedChar()
#define VTK_UNSIGNED_SHORT
void SetOutputScalarTypeToUnsignedShort()
Convert an image stencil into an image.
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()