|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
Go to the documentation of this file.
27 #ifndef STOPPINGCRITERION_STOPPINGCRITERIA_METHODS_THRESHOLD_H
28 #define STOPPINGCRITERION_STOPPINGCRITERIA_METHODS_THRESHOLD_H
30 #include <MonitorIn.hxx>
62 #endif // STOPPINGCRITERION_STOPPINGCRITERIA_METHODS_THRESHOLD_H
std::string toString() override
get Method name
Definition: Threshold.cpp:39
~Threshold() override=default
destructor
bool individualTest(double tested) override
return true if tested <= value
Definition: Threshold.cpp:34
Threshold(mml::Threshold *m)
constructor
Definition: Threshold.cpp:29
A Threshold method is a method where individualTest is true is the tested double is inferior or equal...
Definition: Threshold.h:41
double value
value of the threshold
Definition: Threshold.h:82
A Method represent how to make the boolean assessment with criteria data (a vector of double)
Definition: Method.h:42