TestSet.cpp
Go to the documentation of this file.
1 
19 
21 
22  TestSet::TestSet(): mObjectSet(new ISM::ObjectSet()), mTestedWithFullyMeshed(false)
23  { }
24 
26  { }
27 
28  void TestSet::setFullyMeshedTestResult(double pFullyMeshedProbability, double pFullyMeshedRecognitionRuntime)
29  {
30  mFullyMeshedProbability = pFullyMeshedProbability;
31  mFullyMeshedRecognitionRuntime = pFullyMeshedRecognitionRuntime;
33  }
34 
36  {
38  throw std::runtime_error("In TestSet: trying to access fully meshed probability without having tested the set first.");
40  }
41 
43  {
45  throw std::runtime_error("In TestSet: trying to access fully meshed recognition runtime without having tested the set first.");
47  }
48 
49 }
50 
double getFullyMeshedProbability() const
Definition: TestSet.cpp:35
double getFullyMeshedRecognitionRuntime() const
Definition: TestSet.cpp:42
void setFullyMeshedTestResult(double pFullyMeshedProbability, double pFullyMeshedRecognitionRuntime)
Definition: TestSet.cpp:28


asr_psm
Author(s): Braun Kai, Gehrung Joachim, Heizmann Heinrich, Meißner Pascal
autogenerated on Fri Nov 15 2019 04:00:08