26 #ifndef vtkImageToImageStencil_h 27 #define vtkImageToImageStencil_h 30 #include "vtkImagingStencilModule.h" 53 void ThresholdByUpper(
double thresh);
58 void ThresholdByLower(
double thresh);
63 void ThresholdBetween(
double lower,
double upper);
70 vtkGetMacro(UpperThreshold,
double);
72 vtkGetMacro(LowerThreshold,
double);
80 int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
81 int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
82 int FillInputPortInformation(
int, vtkInformation*) VTK_OVERRIDE;
84 double UpperThreshold;
85 double LowerThreshold;
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
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkImageStencilAlgorithm * New()
clip an image with a mask image