8 #ifndef META_OCEAN_TEST_TESTGEOMETRY_TEST_SPATIAL_DISTRIBUTION_H
9 #define META_OCEAN_TEST_TESTGEOMETRY_TEST_SPATIAL_DISTRIBUTION_H
19 namespace TestGeometry
35 static bool test(
const double testDuration);
This class implements spatial distribution tests.
Definition: TestSpatialDistribution.h:27
static bool testDistributeAndFilterIndices(const double testDuration)
Tests the distribute and filter indices function.
static bool testDistribute(const double testDuration)
Tests the distribute function.
static bool testMinimalSqrDistances(const double testDuration)
Tests the determination of minimal square distances.
static bool testIdealBins(const double testDuration)
Tests the function calculating the ideal number of bins.
static bool test(const double testDuration)
Tests all spatial distribution functions.
static bool testDistributeAndFilter(const double testDuration)
Tests the distribute and filter function.
static bool testCopyConstructorWithNeighborhood8(const double testDuration)
Tests the copy constructor with copying 8-neighborhood.
static bool testIdealBinsNeighborhood9(const double testDuration)
Tests the function calculating the ideal number of bins with the 9 neighborhood guarantee.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15