Go to the documentation of this file.
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);
69 vtkSetMacro(UpperThreshold,
double);
70 vtkGetMacro(UpperThreshold,
double);
71 vtkSetMacro(LowerThreshold,
double);
72 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 *)