8#ifndef META_OCEAN_TEST_TESTBASE_TEST_KD_TREE_H
9#define META_OCEAN_TEST_TESTBASE_TEST_KD_TREE_H
This class implements a k-d tree test.
Definition TestKdTree.h:28
static bool testRadiusSearchInteger(const unsigned int number, const unsigned int dimension, const double testDuration)
Tests the radius search function.
static bool test(const double testDuration, const TestSelector &selector=TestSelector())
Tests all kd tree functions.
static bool testNearestNeighborInteger(const unsigned int number, const unsigned int dimension, const double testDuration)
Tests the nearest neighbor search function.
static bool testRadiusSearchInteger(const double testDuration)
Tests the radius search function.
static bool testNearestNeighborInteger(const double testDuration)
Tests the nearest neighbor search function.
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