 |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
Go to the documentation of this file.
27 #ifndef STOPPINGCRITERION_STOPPINGCRITERIA_METHODS_MINTHRESHOLD_H
28 #define STOPPINGCRITERION_STOPPINGCRITERIA_METHODS_MINTHRESHOLD_H
30 #include <MonitorIn.hxx>
63 #endif // STOPPINGCRITERION_STOPPINGCRITERIA_METHODS_MINTHRESHOLD_H
A Threshold method is a method where individualTest is true is the tested double is superior or equal...
Definition: MinThreshold.h:39
mml::MinThreshold * mappedObject
the xsdcxx object representing MinThreshold, used for serialization
Definition: MinThreshold.h:81
bool individualTest(double tested) override
return true if tested >= value
Definition: MinThreshold.cpp:33
MinThreshold(mml::MinThreshold *m)
constructor
Definition: MinThreshold.cpp:28
~MinThreshold() override=default
destructor
double value
value of the threshold
Definition: MinThreshold.h:79
A Method represent how to make the boolean assessment with criteria data (a vector of double)
Definition: Method.h:41
std::string toString() override
get Method name
Definition: MinThreshold.cpp:38