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