28 #ifndef vtkImageStencilToImage_h 29 #define vtkImageStencilToImage_h 31 #include "vtkImagingStencilModule.h" 46 vtkGetMacro(OutsideValue,
double);
54 vtkGetMacro(InsideValue,
double);
62 vtkGetMacro(OutputScalarType,
int);
77 {this->SetOutputScalarType(
VTK_CHAR);};
void SetOutputScalarTypeToUnsignedChar()
The desired output scalar type.
#define VTK_UNSIGNED_SHORT
void SetOutputScalarTypeToUnsignedShort()
The desired output scalar type.
Convert an image stencil into an image.
void SetOutputScalarTypeToInt()
The desired output scalar type.
void SetOutputScalarTypeToFloat()
The desired output scalar type.
a simple class to control print indentation
void SetOutputScalarTypeToLong()
The desired output scalar type.
void SetOutputScalarTypeToDouble()
The desired output scalar type.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void SetOutputScalarTypeToUnsignedInt()
The desired output scalar type.
#define VTK_UNSIGNED_CHAR
void SetOutputScalarTypeToShort()
The desired output scalar type.
Generic algorithm superclass for image algs.
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
#define VTK_UNSIGNED_LONG
void SetOutputScalarTypeToUnsignedLong()
The desired output scalar type.
void SetOutputScalarTypeToChar()
The desired output scalar type.