The KDTree_test Definitions. More...
#include <gmock/gmock.h>#include <Core/Container/KDTree.h>#include <Core/Thread/ThreadPoolBasic.h>#include <random>#include "Instrumentor.h"Go to the source code of this file.
Classes | |
| class | SpicesTest::kd_tree_test |
| The interface is inherited from testing::Test. Registry on Initialize. More... | |
Namespaces | |
| namespace | SpicesTest |
Functions | |
| SpicesTest::TEST_F (kd_tree_test, Insert) | |
| Testing if Insert successfully. | |
| SpicesTest::TEST_F (kd_tree_test, Search) | |
| Testing if Search successfully. | |
| SpicesTest::TEST_F (kd_tree_test, NearestNeighbourSearch) | |
| Testing if NearestNeighbourSearch successfully. | |
| SpicesTest::TEST_F (kd_tree_test, RangeSearch) | |
| Testing if RangeSearch successfully. | |
The KDTree_test Definitions.
Definition in file KDTree_test.h.