8#ifndef META_OCEAN_TEST_TESTMATH_TEST_INTERPOLATION_H
9#define META_OCEAN_TEST_TESTMATH_TEST_INTERPOLATION_H
This class implements an interpolation test.
Definition TestInterpolation.h:29
static bool testLinear(const double testDuration)
Tests the linear interpolation function.
static bool testBilinear(const double testDuration)
Tests the bilinear interpolation function.
static bool testBilinearSubset(const double testDuration)
Tests the bilinear subset interpolation function.
static bool testSpherical(const double testDuration)
Tests the spherical interpolation function for unit vectors.
static bool test(const double testDuration, const TestSelector &selector)
Tests all interpolation tests.
This class implements a test selector that parses test function strings and determines which tests sh...
Definition TestSelector.h:51
The namespace covering the entire Ocean framework.
Definition Accessor.h:15