#include "qwt_spline.h"
#include "qwt_spline_parametrization.h"
#include "qwt_bezier.h"
#include "qwt_math.h"
Go to the source code of this file.
Classes | |
class | QwtSplineC1P::ControlPointsStore |
struct | QwtSplineC1P::param |
struct | QwtSplineC1P::paramCentripetal |
struct | QwtSplineC1P::paramChordal |
struct | QwtSplineC1P::paramManhattan |
struct | QwtSplineC1P::paramUniform |
struct | QwtSplineC1P::paramY |
class | QwtSplineC1P::PathStore |
class | QwtSpline::PrivateData |
Namespaces | |
namespace | QwtSplineC1P |
Functions | |
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) |
static QPolygonF qwtPolygonParametric | ( | double | distance, |
const QPolygonF & | points, | ||
const QVector< double > | values, | ||
bool | withNodes | ||
) | [static] |
Definition at line 388 of file qwt_spline.cpp.
static SplineStore qwtSplineC1PathParametric | ( | const QwtSplineC1 * | spline, |
const QPolygonF & | points, | ||
Param | param | ||
) | [inline, static] |
Definition at line 253 of file qwt_spline.cpp.
static SplineStore qwtSplineC1PathParamX | ( | const QwtSplineC1 * | spline, |
const QPolygonF & | points | ||
) | [inline, static] |
Definition at line 187 of file qwt_spline.cpp.
static SplineStore qwtSplineC1PathParamY | ( | const QwtSplineC1 * | spline, |
const QPolygonF & | points | ||
) | [inline, static] |
Definition at line 216 of file qwt_spline.cpp.