#include <string>
#include <vector>
Go to the source code of this file.
|
| namespace | test |
| | Namespace to group the methods used in testing of the library.
|
| |
|
| template<int dim = 3> |
| std::string | test::testNanoflann (size_t N, double L, double dL, int seed) |
| | Perform test on nsearch.
|
| |
| template<int dim = 3> |
| std::string | test::testNanoflannExcludeInclude (size_t N, double L, double dL, int seed, testNSearchData &data) |
| | Perform test on nsearch.
|
| |
| std::string | test::testNanoflannClosestPoint (size_t N, double L, double dL, int seed) |
| | Perform test on nsearch.
|
| |