Go to the documentation of this file.
29 #ifndef vtkImplicitFunctionToImageStencil_h
30 #define vtkImplicitFunctionToImageStencil_h
33 #include "vtkImagingStencilModule.h"
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
~vtkImplicitFunctionToImageStencil()
int Threshold(vtkDataSet *input, vtkUnstructuredGrid *output, vtkDataArray *field, double lower, double upper)
virtual void SetInput(vtkImplicitFunction *)
Specify the implicit function to convert into a stencil.
vtkTypeUInt64 vtkMTimeType
abstract interface for implicit functions
clip an image with a function
static vtkImplicitFunctionToImageStencil * New()
a simple class to control print indentation
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
generate an image stencil
vtkMTimeType GetMTime()
Override GetMTime() to account for the implicit function.
vtkImplicitFunctionToImageStencil()
vtkImplicitFunction * Input