Go to the documentation of this file.
29 #ifndef vtkImageToImageStencil_h
30 #define vtkImageToImageStencil_h
33 #include "vtkImagingStencilModule.h"
73 vtkGetMacro(UpperThreshold,
double);
75 vtkGetMacro(LowerThreshold,
double);
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkImageToImageStencil * New()
producer of vtkImageStencilData
void ThresholdBetween(double lower, double upper)
The values in a range (inclusive) match.
~vtkImageToImageStencil()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void ThresholdByLower(double thresh)
The values less than or equal to the value match.
topologically and geometrically regular array of data
a simple class to control print indentation
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkImageData * GetInput()
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
clip an image with a mask image
void ThresholdByUpper(double thresh)
The values greater than or equal to the value match.
void SetInputData(vtkImageData *input)
Specify the image data to convert into a stencil.
virtual int FillInputPortInformation(int, vtkInformation *)
Fill the input port information objects for this algorithm.