Go to the documentation of this file.
29 #ifndef vtkImageToImageStencil_h
30 #define vtkImageToImageStencil_h
33 #include "vtkImagingStencilModule.h"
72 vtkSetMacro(UpperThreshold,
double);
73 vtkGetMacro(UpperThreshold,
double);
74 vtkSetMacro(LowerThreshold,
double);
75 vtkGetMacro(LowerThreshold,
double);
static vtkImageToImageStencil * New()
producer of vtkImageStencilData
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
void ThresholdBetween(double lower, double upper)
The values in a range (inclusive) match.
~vtkImageToImageStencil() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
void ThresholdByLower(double thresh)
The values less than or equal to the value match.
topologically and geometrically regular array of data
a simple class to control print indentation
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
vtkImageData * GetInput()
clip an image with a mask image
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void ThresholdByUpper(double thresh)
The values greater than or equal to the value match.
void SetInputData(vtkImageData *input)
Specify the image data to convert into a stencil.