 |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
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:39
#define MML_API
Definition: MMLAPI.h:42
Manager of the benchmark tests. Do simulation loop and tests.
Definition: MonitoringManager.h:49
class which represent the stopping criterion to check to stop simulation a StoppingCriterion is eithe...
Definition: StoppingCriterion.h:47
StoppingCriterion(MonitoringManager *monitoringManager, MultipleCriterion *parent=nullptr)
constructor
Definition: StoppingCriterion.cpp:33
MultipleCriterion * parent
parent stopping Criterion
Definition: StoppingCriterion.h:75
class which represents a multiple criterion a multiple criterion is either an OrMUltipleCriterion or ...
Definition: MultipleCriterion.h:44
MonitoringManager * monitoringManager
monitoring manager
Definition: StoppingCriterion.h:73