|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
Go to the documentation of this file.
26 #ifndef STOPPINGCRITERION_STOPPINGCRITERIA_METHODFACTORY_H
27 #define STOPPINGCRITERION_STOPPINGCRITERIA_METHODFACTORY_H
29 #include <MonitorIn.hxx>
57 #endif // STOPPINGCRITERION_STOPPINGCRITERIA_METHODFACTORY_H
A Threshold method is a method where individualTest is true is the tested double is superior or equal...
Definition: MinThreshold.h:40
MethodFactory()
constructor
Definition: MethodFactory.cpp:32
static Method * createMethod(mml::Method &m)
create a method according to the xsdcxx object method
Definition: MethodFactory.cpp:38
A Threshold method is a method where individualTest is true is the tested double is inferior or equal...
Definition: Threshold.h:41
~MethodFactory()
destructor
Definition: MethodFactory.cpp:35
A factory to create method.
Definition: MethodFactory.h:43
A Method represent how to make the boolean assessment with criteria data (a vector of double)
Definition: Method.h:42
A TimePeriodThreshold method is a method where individualTest is true when the tested double is true ...
Definition: TimePeriodThreshold.h:41