8 #ifndef META_OCEAN_TEST_TESTBASE_TEST_KD_TREE_H
9 #define META_OCEAN_TEST_TESTBASE_TEST_KD_TREE_H
35 static bool test(
const double testDuration);
This class implements a k-d tree test.
Definition: TestKdTree.h:27
static bool testRadiusSearchInteger(const unsigned int number, const unsigned int dimension, const double testDuration)
Tests the radius search function.
static bool testNearestNeighborInteger(const unsigned int number, const unsigned int dimension, const double testDuration)
Tests the nearest neighbor search function.
static bool test(const double testDuration)
Tests all kd tree functions.
static bool testRadiusSearchInteger(const double testDuration)
Tests the radius search function.
static bool testNearestNeighborInteger(const double testDuration)
Tests the nearest neighbor search function.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15