28 #ifndef vtkImageStencilToImage_h
29 #define vtkImageStencilToImage_h
32 #include "vtkImagingStencilModule.h"
45 vtkSetMacro(OutsideValue,
double);
46 vtkGetMacro(OutsideValue,
double);
53 vtkSetMacro(InsideValue,
double);
54 vtkGetMacro(InsideValue,
double);
61 vtkSetMacro(OutputScalarType,
int);
62 vtkGetMacro(OutputScalarType,
int);
Generic algorithm superclass for image algs.
Convert an image stencil into an image.
~vtkImageStencilToImage() override
void SetOutputScalarTypeToChar()
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetOutputScalarTypeToUnsignedChar()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called in response to a REQUEST_DATA request from the executive.
void SetOutputScalarTypeToFloat()
void SetOutputScalarTypeToUnsignedInt()
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
void SetOutputScalarTypeToDouble()
void SetOutputScalarTypeToLong()
void SetOutputScalarTypeToShort()
void SetOutputScalarTypeToUnsignedLong()
void SetOutputScalarTypeToUnsignedShort()
void SetOutputScalarTypeToInt()
static vtkImageStencilToImage * New()
a simple class to control print indentation
#define VTK_UNSIGNED_CHAR
#define VTK_UNSIGNED_SHORT
#define VTK_UNSIGNED_LONG