 |
VTK
9.0.1
|
Go to the documentation of this file.
26 #ifndef vtkImageToImageStencil_h
27 #define vtkImageToImageStencil_h
30 #include "vtkImagingStencilModule.h"
68 vtkSetMacro(UpperThreshold,
double);
69 vtkGetMacro(UpperThreshold,
double);
70 vtkSetMacro(LowerThreshold,
double);
71 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.