71#ifndef vtkFitImplicitFunction_h
72#define vtkFitImplicitFunction_h
74#include "vtkFiltersPointsModule.h"
109 vtkGetMacro(Threshold,
double);
extract points on the surface of an implicit function
static vtkFitImplicitFunction * New()
Standard methods for instantiating, obtaining type information, and printing information.
~vtkFitImplicitFunction() override
vtkImplicitFunction * ImplicitFunction
int FilterPoints(vtkPointSet *input) override
virtual void SetImplicitFunction(vtkImplicitFunction *)
Specify the implicit function defining a surface on which points are to be extracted.
vtkMTimeType GetMTime() override
Return the MTime taking into account changes to the implicit function.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiating, obtaining type information, and printing information.
abstract interface for implicit functions
a simple class to control print indentation
abstract class for filtering a point cloud
concrete class for storing a set of points
vtkTypeUInt32 vtkMTimeType