|
QWT API (中文) 7.3.0
Qt绘图库 - 中文API文档
|
Abstract base class for curve fitting algorithms 更多...
#include <qwt_curve_fitter.h>
Public 类型 | |
| enum | Mode { Polygon , Path } |
| Preferred mode of the fitting algorithm 更多... | |
Public 成员函数 | |
| virtual | ~QwtCurveFitter () |
| Destructor | |
| Mode | mode () const |
| Get the preferred fitting mode | |
| virtual QPolygonF | fitCurve (const QPolygonF &polygon) const =0 |
| virtual QPainterPath | fitCurvePath (const QPolygonF &polygon) const =0 |
Protected 成员函数 | |
| QwtCurveFitter (Mode mode) | |
| Constructor | |
Abstract base class for curve fitting algorithms
| enum QwtCurveFitter::Mode |
Preferred mode of the fitting algorithm
Even if a QPainterPath can always be created from a QPolygonF, the overhead of the conversion can be avoided by indicating the preference of the implementation to the application code.
|
explicitprotected |
Constructor
| mode | Preferred fitting mode |
|
pure virtual |
在 QwtPolarFitter, QwtSplineCurveFitter , 以及 QwtWeedingCurveFitter 内被实现.
|
pure virtual |
在 QwtPolarFitter, QwtSplineCurveFitter , 以及 QwtWeedingCurveFitter 内被实现.
| QwtCurveFitter::Mode QwtCurveFitter::mode | ( | ) | const |
Get the preferred fitting mode