Public Member Functions | |
| void | resolve (const QPolygonF &p) |
| const T & | store () const |
Public Attributes | |
| QVector< Equation3 > | d_eq |
| T | d_store |
Private Member Functions | |
| void | resolveSpline (const QPolygonF &points, double b0, double bi) |
| void | resolveSpline2 (const QPolygonF &points, double b0, double bi, QVector< double > &m) |
| void | resolveSpline3 (const QPolygonF &points, double b0, double b1, QVector< double > &m) |
| void | resolveSpline4 (const QPolygonF &points, double b2, double b1, QVector< double > &m) |
| void | substitute (const QPolygonF &points, Equation2 &eqn, Equation2 &eqX) |
Definition at line 570 of file qwt_spline_cubic.cpp.
| void QwtSplineCubicP::EquationSystem2< T >::resolve | ( | const QPolygonF & | p | ) | [inline] |
Definition at line 578 of file qwt_spline_cubic.cpp.
| void QwtSplineCubicP::EquationSystem2< T >::resolveSpline | ( | const QPolygonF & | points, |
| double | b0, | ||
| double | bi | ||
| ) | [inline, private] |
Definition at line 683 of file qwt_spline_cubic.cpp.
| void QwtSplineCubicP::EquationSystem2< T >::resolveSpline2 | ( | const QPolygonF & | points, |
| double | b0, | ||
| double | bi, | ||
| QVector< double > & | m | ||
| ) | [inline, private] |
Definition at line 698 of file qwt_spline_cubic.cpp.
| void QwtSplineCubicP::EquationSystem2< T >::resolveSpline3 | ( | const QPolygonF & | points, |
| double | b0, | ||
| double | b1, | ||
| QVector< double > & | m | ||
| ) | [inline, private] |
Definition at line 716 of file qwt_spline_cubic.cpp.
| void QwtSplineCubicP::EquationSystem2< T >::resolveSpline4 | ( | const QPolygonF & | points, |
| double | b2, | ||
| double | b1, | ||
| QVector< double > & | m | ||
| ) | [inline, private] |
Definition at line 743 of file qwt_spline_cubic.cpp.
| const T& QwtSplineCubicP::EquationSystem2< T >::store | ( | ) | const [inline] |
Definition at line 573 of file qwt_spline_cubic.cpp.
| void QwtSplineCubicP::EquationSystem2< T >::substitute | ( | const QPolygonF & | points, |
| Equation2 & | eqn, | ||
| Equation2 & | eqX | ||
| ) | [inline, private] |
Definition at line 624 of file qwt_spline_cubic.cpp.
| QVector<Equation3> QwtSplineCubicP::EquationSystem2< T >::d_eq |
Definition at line 771 of file qwt_spline_cubic.cpp.
| T QwtSplineCubicP::EquationSystem2< T >::d_store |
Definition at line 772 of file qwt_spline_cubic.cpp.