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