QwtSplineBasis(3) Qwt User's Guide QwtSplineBasis(3)

QwtSplineBasis - An approximation using a basis spline.

#include <qwt_spline_basis.h>

Inherits QwtSpline.


QwtSplineBasis ()
Constructor. virtual ~QwtSplineBasis ()
Destructor. virtual QPainterPath painterPath (const QPolygonF &) const override
virtual uint locality () const override
The locality is always 2.

An approximation using a basis spline.

QwtSplineBasis approximates a set of points by a polynomials with C2 continuity ( = first and second derivatives are equal ) at the end points.

The end points of the spline do not match the original points.

Definition at line 24 of file qwt_spline_basis.h.

Approximates a polygon piecewise with cubic Bezier curves and returns them as QPainterPath.

Parameters

points Control points

Returns

Painter path, that can be rendered by QPainter

Implements QwtSpline.

Definition at line 249 of file qwt_spline_basis.cpp.

Generated automatically by Doxygen for Qwt User's Guide from the source code.

Sun Jul 18 2021 Version 6.2.0