10 #ifndef QWT_SPLINE_CURVE_FITTER_H 11 #define QWT_SPLINE_CURVE_FITTER_H 36 virtual QPolygonF
fitCurve(
const QPolygonF & )
const;
37 virtual QPainterPath
fitCurvePath(
const QPolygonF & )
const;
A curve fitter using a spline interpolation.
Base class for all splines.
virtual QPainterPath fitCurvePath(const QPolygonF &polygon) const =0
virtual QPolygonF fitCurve(const QPolygonF &polygon) const =0
Abstract base class for a curve fitter.