26#ifndef vtkImplicitFunctionToImageStencil_h
27#define vtkImplicitFunctionToImageStencil_h
30#include "vtkImagingStencilModule.h"
53 vtkSetMacro(Threshold,
double);
54 vtkGetMacro(Threshold,
double);
generate an image stencil
clip an image with a function
vtkMTimeType GetMTime() override
Override GetMTime() to account for the implicit function.
virtual void SetInput(vtkImplicitFunction *)
Specify the implicit function to convert into a stencil.
vtkImplicitFunctionToImageStencil()
~vtkImplicitFunctionToImageStencil() override
static vtkImplicitFunctionToImageStencil * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkImplicitFunction * Input
abstract interface for implicit functions
a simple class to control print indentation
vtkTypeUInt32 vtkMTimeType