Go to the documentation of this file.
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);
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 *)