29 #ifndef vtkImageToImageStencil_h
30 #define vtkImageToImageStencil_h
33 #include "vtkImagingStencilModule.h"
55 void ThresholdByUpper(
double thresh);
60 void ThresholdByLower(
double thresh);
65 void ThresholdBetween(
double lower,
double upper);
71 vtkSetMacro(UpperThreshold,
double);
72 vtkGetMacro(UpperThreshold,
double);
73 vtkSetMacro(LowerThreshold,
double);
74 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 *)