|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
Go to the documentation of this file.
27 #ifndef STOPPINGCRITERION_STOPPINGCRITERION_H
28 #define STOPPINGCRITERION_STOPPINGCRITERION_H
34 #include <MonitorIn.hxx>
57 virtual bool checkCriterion() = 0;
60 virtual int getNumberOfChildren() = 0;
69 virtual std::string getName() = 0;
80 #endif // STOPPINGCRITERION_STOPPINGCRITERION_H
MultipleCriterion * getParent()
get parent multiple criteria
Definition: StoppingCriterion.cpp:40
#define MML_API
Definition: MMLAPI.h:43
Manager of the benchmark tests. Do simulation loop and tests.
Definition: MonitoringManager.h:50
class which represent the stopping criterion to check to stop simulation a StoppingCriterion is eithe...
Definition: StoppingCriterion.h:48
StoppingCriterion(MonitoringManager *monitoringManager, MultipleCriterion *parent=nullptr)
constructor
Definition: StoppingCriterion.cpp:34
MultipleCriterion * parent
parent stopping Criterion
Definition: StoppingCriterion.h:76
class which represents a multiple criterion a multiple criterion is either an OrMUltipleCriterion or ...
Definition: MultipleCriterion.h:45
MonitoringManager * monitoringManager
monitoring manager
Definition: StoppingCriterion.h:74