17#ifndef vtkImplicitFunctionToImageStencil_h 
   18#define vtkImplicitFunctionToImageStencil_h 
   21#include "vtkImagingStencilModule.h"  
   23VTK_ABI_NAMESPACE_BEGIN
 
   45  vtkSetMacro(Threshold, 
double);
 
   46  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