28 #ifndef vtkImageToImageStencil_h
29 #define vtkImageToImageStencil_h
51 void ThresholdByUpper(
double thresh);
54 void ThresholdByLower(
double thresh);
57 void ThresholdBetween(
double lower,
double upper);
61 vtkSetMacro(UpperThreshold,
double);
62 vtkGetMacro(UpperThreshold,
double);
63 vtkSetMacro(LowerThreshold,
double);
64 vtkGetMacro(LowerThreshold,
double);
producer of vtkImageStencilData
#define VTKIMAGINGSTENCIL_EXPORT
a simple class to control print indentation
topologically and geometrically regular array of data
virtual int FillInputPortInformation(int port, vtkInformation *info)
void PrintSelf(ostream &os, vtkIndent indent)
static vtkImageStencilAlgorithm * New()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
clip an image with a mask image
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)