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,
31 const std::vector<bool> &isMultiValued)
const;
34 #endif // TEST_SPLINE_DRAWER_H
Cubic interpolation given independent and dependent value vectors.
TestSplineDrawer(QObject *parent=0)
Single constructor.
Unit test of spline drawer, which classifies single- versus multi-valued data.