52 #ifndef vtkFitImplicitFunction_h
53 #define vtkFitImplicitFunction_h
55 #include "vtkFiltersPointsModule.h"
91 vtkGetMacro(Threshold,
double);
101 ~vtkFitImplicitFunction() VTK_OVERRIDE;
111 vtkFitImplicitFunction(const vtkFitImplicitFunction&) VTK_DELETE_FUNCTION;
112 void operator=(const vtkFitImplicitFunction&) VTK_DELETE_FUNCTION;
abstract interface for implicit functions
vtkTypeUInt32 vtkMTimeType
abstract class for specifying dataset behavior
static vtkPolyDataAlgorithm * New()
a simple class to control print indentation
extract points on the surface of an implicit function
virtual vtkMTimeType GetMTime()
Return this object's modified time.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods to obtain type information, and print information.
abstract class for filtering a point cloud