17 #ifndef vtkImageToImageStencil_h
18 #define vtkImageToImageStencil_h
21 #include "vtkImagingStencilModule.h"
23 VTK_ABI_NAMESPACE_BEGIN
44 void ThresholdByUpper(
double thresh);
49 void ThresholdByLower(
double thresh);
54 void ThresholdBetween(
double lower,
double upper);
60 vtkSetMacro(UpperThreshold,
double);
61 vtkGetMacro(UpperThreshold,
double);
62 vtkSetMacro(LowerThreshold,
double);
63 vtkGetMacro(LowerThreshold,
double);
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
producer of vtkImageStencilData
a simple class to control print indentation
topologically and geometrically regular array of data
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
static vtkImageStencilAlgorithm * New()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
clip an image with a mask image
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)