9 #ifndef QWT_POLAR_FITTER_H 10 #define QWT_POLAR_FITTER_H 30 void setStepCount(
int size );
31 int stepCount()
const;
virtual QPainterPath fitCurvePath(const QPolygonF &polygon) const =0
A simple curve fitter for polar points.
virtual QPolygonF fitCurve(const QPolygonF &polygon) const =0
span_constexpr std::size_t size(span< T, Extent > const &spn)
Abstract base class for a curve fitter.