Go to the source code of this file.
|
template<QwtSplinePolynomial toPolynomial> |
static QPolygonF | qwtPolygonParametric (double distance, const QPolygonF &points, const QVector< double > &values, bool withNodes) |
|
template<class SplineStore , class Param > |
static SplineStore | qwtSplineC1PathParametric (const QwtSplineC1 *spline, const QPolygonF &points, Param param) |
|
template<class SplineStore > |
static SplineStore | qwtSplineC1PathParamX (const QwtSplineC1 *spline, const QPolygonF &points) |
|
template<class SplineStore > |
static SplineStore | qwtSplineC1PathParamY (const QwtSplineC1 *spline, const QPolygonF &points) |
|
double | QwtSplineC1P::slopeBoundary (int boundaryCondition, double boundaryValue, const QPointF &p1, const QPointF &p2, double slope1) |
|
template<QwtSplinePolynomial toPolynomial>
static QPolygonF qwtPolygonParametric |
( |
double |
distance, |
|
|
const QPolygonF & |
points, |
|
|
const QVector< double > & |
values, |
|
|
bool |
withNodes |
|
) |
| |
|
static |
template<class SplineStore , class Param >
static SplineStore qwtSplineC1PathParametric |
( |
const QwtSplineC1 * |
spline, |
|
|
const QPolygonF & |
points, |
|
|
Param |
param |
|
) |
| |
|
inlinestatic |
template<class SplineStore >
static SplineStore qwtSplineC1PathParamX |
( |
const QwtSplineC1 * |
spline, |
|
|
const QPolygonF & |
points |
|
) |
| |
|
inlinestatic |
template<class SplineStore >
static SplineStore qwtSplineC1PathParamY |
( |
const QwtSplineC1 * |
spline, |
|
|
const QPolygonF & |
points |
|
) |
| |
|
inlinestatic |