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