Go to the source code of this file.
Classes | |
class | QwtSplineCubicP::CurvatureStore |
class | QwtSplineCubicP::Equation2 |
class | QwtSplineCubicP::Equation3 |
class | QwtSplineCubicP::EquationSystem< T > |
class | QwtSplineCubicP::EquationSystem2< T > |
class | QwtSplineCubicP::KahanSum |
class | QwtSplineCubic::PrivateData |
class | QwtSplineCubicP::SlopeStore |
Namespaces | |
QwtSplineCubicP | |
Macros | |
#define | KAHAN 0 |
#define | SLOPES_INCREMENTAL 0 |
Functions | |
QDebug | operator<< (QDebug debug, const QwtSplineCubicP::Equation2 &eq) |
QDebug | operator<< (QDebug debug, const QwtSplineCubicP::Equation3 &eq) |
static void | qwtSetupEndEquations (int conditionBegin, double valueBegin, int conditionEnd, double valueEnd, const QPolygonF &points, QwtSplineCubicP::Equation3 eq[2]) |
#define KAHAN 0 |
Definition at line 14 of file qwt_spline_cubic.cpp.
#define SLOPES_INCREMENTAL 0 |
Definition at line 13 of file qwt_spline_cubic.cpp.
QDebug operator<< | ( | QDebug | debug, |
const QwtSplineCubicP::Equation2 & | eq | ||
) |
Definition at line 372 of file qwt_spline_cubic.cpp.
QDebug operator<< | ( | QDebug | debug, |
const QwtSplineCubicP::Equation3 & | eq | ||
) |
Definition at line 378 of file qwt_spline_cubic.cpp.
|
static |
Definition at line 776 of file qwt_spline_cubic.cpp.