|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
Go to the documentation of this file.
26 #ifndef STOPPINGCRITERION_STOPPINGCRITERIA_MULTIPLECRITERIA_ORMULTIPLECRITERIA_H
27 #define STOPPINGCRITERION_STOPPINGCRITERIA_MULTIPLECRITERIA_ORMULTIPLECRITERIA_H
31 #include <MonitorIn.hxx>
59 #endif // STOPPINGCRITERION_STOPPINGCRITERIA_MULTIPLECRITERIA_ORMULTIPLECRITERIA_H
std::string getName() override
get stopping criterion name
Definition: OrMultipleCriterion.cpp:42
bool checkCriterion() override
return true if at least one of the Criterion is reached
Definition: OrMultipleCriterion.cpp:32
std::vector< StoppingCriterion * > criterias
the set of criteria to check
Definition: MultipleCriterion.h:98
OrMultipleCriterion(mml::MultipleCriteria *m, MonitoringManager *monitoringManager, MultipleCriterion *parent=nullptr)
constructor
Definition: OrMultipleCriterion.cpp:29
~OrMultipleCriterion() override=default
destructor
Manager of the benchmark tests. Do simulation loop and tests.
Definition: MonitoringManager.h:50
A OrMultipleCriterion is a MultipleCriterion where a call of checkCriteria methof is true if at least...
Definition: OrMultipleCriterion.h:42
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