1#ifndef TEST_SPLINE_DRAWER_H
2#define TEST_SPLINE_DRAWER_H
22 void cleanupTestCase ();
25 void testMultiValuedLeadingOverlap ();
26 void testMultiValuedTrailingOverlap ();
30 bool testMultiValuedGeneric (
const std::vector<SplinePair> &
xy,
const int INNER_RADIUS_MIN
Cubic interpolation given independent and dependent value vectors.
Unit test of spline drawer, which classifies single- versus multi-valued data.
TestSplineDrawer(QObject *parent=0)
Single constructor.