10 #ifndef QWT_CURVE_FITTER_H
11 #define QWT_CURVE_FITTER_H
13 #include "qwt_global.h"
63 virtual QPolygonF
fitCurve(
const QPolygonF& polygon )
const = 0;
73 virtual QPainterPath
fitCurvePath(
const QPolygonF& polygon )
const = 0;
Abstract base class for a curve fitter.
virtual QPainterPath fitCurvePath(const QPolygonF &polygon) const =0
Mode
Preferred mode of the fitting algorithm.
virtual QPolygonF fitCurve(const QPolygonF &polygon) const =0