70 #ifndef vtkStaticCleanPolyData_h
71 #define vtkStaticCleanPolyData_h
73 #include "vtkFiltersCoreModule.h"
106 vtkSetClampMacro(Tolerance,
double,0.0,1.0);
107 vtkGetMacro(Tolerance,
double);
115 vtkGetMacro(AbsoluteTolerance,
double);
160 vtkSetMacro(OutputPointsPrecision,
int);
161 vtkGetMacro(OutputPointsPrecision,
int);
171 {
return this->Locator; }