|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   26 #ifndef vtkImageToImageStencil_h 
   27 #define vtkImageToImageStencil_h 
   30 #include "vtkImagingStencilModule.h"  
   52   void ThresholdByUpper(
double thresh);
 
   57   void ThresholdByLower(
double thresh);
 
   62   void ThresholdBetween(
double lower, 
double upper);
 
   68   vtkSetMacro(UpperThreshold, 
double);
 
   69   vtkGetMacro(UpperThreshold, 
double);
 
   70   vtkSetMacro(LowerThreshold, 
double);
 
   71   vtkGetMacro(LowerThreshold, 
double);
 
  
producer of vtkImageStencilData
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
topologically and geometrically regular array of data
a simple class to control print indentation
static vtkImageStencilAlgorithm * New()
clip an image with a mask image
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)