8 #ifndef META_OCEAN_TEST_TESTMATH_TEST_LOOKUP_2_H
9 #define META_OCEAN_TEST_TESTMATH_TEST_LOOKUP_2_H
35 static bool test(
const double testDuration);
This class implements a lookup object test.
Definition: TestLookup2.h:27
static bool testCornerLookupNearestNeighbor(const double testDuration)
Tests the nearest neighbor interpolation function of the corner lookup object.
static bool testCornerLookupClampedValues(const double testDuration)
Tests the clamped interpolation functions of the corner lookup object.
static bool testCenterLookupBinPositions(const double testDuration)
Tests the bin positions of the center lookup object.
static bool testCornerLookupBilinear(const double testDuration)
Tests the bilinear interpolation function of the corner lookup object.
static bool testCornerLookupBilinearSubsetValues(const double testDuration)
Tests the values subset bilinear interpolation function of the corner lookup object.
static bool testAdvancedCenterLookupClampedValues(const double testDuration)
Tests the clamped interpolation functions of the advanced center lookup object.
static bool testCenterLookupClampedValues(const double testDuration)
Tests the clamped interpolation functions of the center lookup object.
static bool testCornerLookupBilinearValues(const double testDuration)
Tests the values bilinear interpolation function of the corner lookup object.
static bool test(const double testDuration)
Tests the lookup object.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15