#include "qwt_global.h"#include "qwt_spline.h"#include "qwt_spline_polynomial.h"#include <qpolygon.h>#include <qpainterpath.h>#include <qmath.h>

Go to the source code of this file.
Classes | |
| class | QwtSpline |
| Base class for all splines. More... | |
| class | QwtSplineC1 |
| Base class for spline interpolations providing a first order parametric continuity ( C1 ) between adjoing curves. More... | |
| class | QwtSplineC2 |
| Base class for spline interpolations providing a second order parametric continuity ( C2 ) between adjoing curves. More... | |
| class | QwtSplineG1 |
| Base class for spline interpolations providing a first order geometric continuity ( G1 ) between adjoing curves. More... | |
| class | QwtSplineInterpolating |
| Base class for a spline interpolation. More... | |