8#ifndef META_OCEAN_TEST_TESTTRACKING_TEST_UNIDIRECTIONAL_CORRESPONDENCES_H
9#define META_OCEAN_TEST_TESTTRACKING_TEST_UNIDIRECTIONAL_CORRESPONDENCES_H
55 static bool test(
const double testDuration,
Worker& worker);
This class implements tests for the UnidirectionalCorrespondences class.
Definition TestUnidirectionalCorrespondences.h:29
static bool test(const double testDuration, Worker &worker)
Starts all tests for the class.
static bool testRemoveNonBijectiveCorrespondences(const double testDuration)
Tests the function removing non-bijective correspondences.
std::unordered_set< IndexPair32, PairHash > IndexPairSet
Definition of an unordered set holding index pairs.
Definition TestUnidirectionalCorrespondences.h:45
std::unordered_map< Index32, Indices32 > IndexConnectionMap
Definition of an unordered map mapping indices to indices.
Definition TestUnidirectionalCorrespondences.h:40
static bool testCountBijectiveCorrespondences(const double testDuration)
Tests the function counting bijective correspondences.
std::unordered_map< Index32, size_t > IndexCounterMap
Definition of an unordered map mapping indices to counters.
Definition TestUnidirectionalCorrespondences.h:35
This class implements a worker able to distribute function calls over different threads.
Definition Worker.h:33
The namespace covering the entire Ocean framework.
Definition Accessor.h:15