|
QWT API (English) 7.0.1
Qt Widget Library for Technical Applications - English API Documentation
|
A curve fitter using a spline interpolation. More...
#include <qwt_spline_curve_fitter.h>
Public Member Functions | |
| QwtSplineCurveFitter () | |
| Constructor. | |
| virtual | ~QwtSplineCurveFitter () |
| Destructor. | |
| void | setSpline (QwtSpline *) |
| Assign a spline. | |
| const QwtSpline * | spline () const |
| Get the spline (const version) | |
| QwtSpline * | spline () |
| Get the spline (non-const version) | |
| virtual QPolygonF | fitCurve (const QPolygonF &) const override |
| Find a curve which has the best fit to a series of data points. | |
| virtual QPainterPath | fitCurvePath (const QPolygonF &) const override |
| Find a curve path which has the best fit to a series of data points. | |
Public Member Functions inherited from QwtCurveFitter | |
| virtual | ~QwtCurveFitter () |
| Destructor . | |
| Mode | mode () const |
| Get the preferred fitting mode. | |
Additional Inherited Members | |
Public Types inherited from QwtCurveFitter | |
| enum | Mode { Polygon , Path } |
Protected Member Functions inherited from QwtCurveFitter | |
| QwtCurveFitter (Mode mode) | |
| Constructor. | |
A curve fitter using a spline interpolation.
| QwtSplineCurveFitter::QwtSplineCurveFitter | ( | ) |
Constructor.
|
virtual |
Destructor.
|
overridevirtual |
Find a curve which has the best fit to a series of data points.
Implements QwtCurveFitter.
|
overridevirtual |
Find a curve path which has the best fit to a series of data points.
Implements QwtCurveFitter.
| void QwtSplineCurveFitter::setSpline | ( | QwtSpline * | spline | ) |
Assign a spline.
| QwtSpline * QwtSplineCurveFitter::spline | ( | ) |
Get the spline (non-const version)
| const QwtSpline * QwtSplineCurveFitter::spline | ( | ) | const |
Get the spline (const version)