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;
Cubic interpolation given independent and dependent value vectors.
Unit test of spline drawer, which classifies single- versus multi-valued data.