 |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
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>
65 #endif // STOPPINGCRITERION_STOPPINGCRITERIA_METHODS_THRESHOLD_H
std::string toString() override
get Method name
Definition: Threshold.cpp:38
mml::Threshold * mappedObject
the xsdcxx object representing Threshold, used for serialization
Definition: Threshold.h:82
~Threshold() override=default
destructor
bool individualTest(double tested) override
return true if tested <= value
Definition: Threshold.cpp:33
Threshold(mml::Threshold *m)
constructor
Definition: Threshold.cpp:28
A Threshold method is a method where individualTest is true is the tested double is inferior or equal...
Definition: Threshold.h:40
double value
value of the threshold
Definition: Threshold.h:80
A Method represent how to make the boolean assessment with criteria data (a vector of double)
Definition: Method.h:41