 |
VTK
9.1.0
|
Go to the documentation of this file.
47 #ifndef vtkImageStencilToImage_h
48 #define vtkImageStencilToImage_h
51 #include "vtkImagingStencilModule.h"
64 vtkSetMacro(OutsideValue,
double);
65 vtkGetMacro(OutsideValue,
double);
72 vtkSetMacro(InsideValue,
double);
73 vtkGetMacro(InsideValue,
double);
80 vtkSetMacro(OutputScalarType,
int);
81 vtkGetMacro(OutputScalarType,
int);
void SetOutputScalarTypeToUnsignedShort()
The desired output scalar type.
void SetOutputScalarTypeToInt()
The desired output scalar type.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called in response to a REQUEST_DATA request from the executive.
void SetOutputScalarTypeToDouble()
The desired output scalar type.
#define VTK_UNSIGNED_SHORT
int FillInputPortInformation(int, vtkInformation *) override
These method should be reimplemented by subclasses that have more than a single input or single outpu...
~vtkImageStencilToImage() override
void SetOutputScalarTypeToUnsignedLong()
The desired output scalar type.
void SetOutputScalarTypeToLong()
The desired output scalar type.
Generic algorithm superclass for image algs.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
void SetOutputScalarTypeToUnsignedChar()
The desired output scalar type.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetOutputScalarTypeToFloat()
The desired output scalar type.
a simple class to control print indentation
static vtkImageStencilToImage * New()
#define VTK_UNSIGNED_CHAR
void SetOutputScalarTypeToUnsignedInt()
The desired output scalar type.
#define VTK_UNSIGNED_LONG
void SetOutputScalarTypeToChar()
The desired output scalar type.
void SetOutputScalarTypeToShort()
The desired output scalar type.
Convert an image stencil into an image.