16 #ifndef QGSSIMPLIFYMETHOD_H
17 #define QGSSIMPLIFYMETHOD_H
19 #include "qgis_core.h"
42 void setMethodType( MethodType methodType );
47 void setTolerance(
double tolerance );
49 inline double tolerance()
const {
return mTolerance; }
54 inline float threshold()
const {
return mThreshold; }
57 void setForceLocalOptimization(
bool localOptimization );
68 double mTolerance = 1;
72 bool mForceLocalOptimization =
true;
75 #endif // QGSSIMPLIFYMETHOD_H