73 #ifndef vtkStaticCleanPolyData_h
74 #define vtkStaticCleanPolyData_h
76 #include "vtkFiltersCoreModule.h"
109 vtkSetClampMacro(Tolerance,
double,0.0,1.0);
110 vtkGetMacro(Tolerance,
double);
118 vtkGetMacro(AbsoluteTolerance,
double);
163 vtkSetMacro(OutputPointsPrecision,
int);
164 vtkGetMacro(OutputPointsPrecision,
int);
174 {
return this->Locator; }