8#ifndef META_OCEAN_TEST_TESTTRACKING_TEST_UNIDIRECTIONAL_CORRESPONDENCES_H
9#define META_OCEAN_TEST_TESTTRACKING_TEST_UNIDIRECTIONAL_CORRESPONDENCES_H
This class implements a test selector that parses test function strings and determines which tests sh...
Definition TestSelector.h:51
This class implements tests for the UnidirectionalCorrespondences class.
Definition TestUnidirectionalCorrespondences.h:31
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:47
std::unordered_map< Index32, Indices32 > IndexConnectionMap
Definition of an unordered map mapping indices to indices.
Definition TestUnidirectionalCorrespondences.h:42
static bool testCountBijectiveCorrespondences(const double testDuration)
Tests the function counting bijective correspondences.
static bool test(const double testDuration, Worker &worker, const TestSelector &selector)
Starts all tests for the class.
std::unordered_map< Index32, size_t > IndexCounterMap
Definition of an unordered map mapping indices to counters.
Definition TestUnidirectionalCorrespondences.h:37
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