28 #ifndef __vtkImplicitFunctionToImageStencil_h
29 #define __vtkImplicitFunctionToImageStencil_h
32 #include "vtkImagingStencilModule.h"
35 class vtkImplicitFunction;
42 void PrintSelf(ostream& os, vtkIndent indent);
46 virtual void SetInput(vtkImplicitFunction*);
47 vtkGetObjectMacro(Input, vtkImplicitFunction);
52 vtkSetMacro(Threshold,
double);
53 vtkGetMacro(Threshold,
double);
57 unsigned long GetMTime();
63 virtual int RequestData(vtkInformation *, vtkInformationVector **,
64 vtkInformationVector *);
static vtkImageStencilSource * New()
vtkImplicitFunction * Input
clip an image with a function
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
generate an image stencil