|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
Go to the documentation of this file.
27 #ifndef STOPPINGCRITERION_STOPPINGCRITERIA_CRITERIA_KINETICENGERGY_H
28 #define STOPPINGCRITERION_STOPPINGCRITERIA_CRITERIA_KINETICENGERGY_H
30 #include <MonitorIn.hxx>
59 #endif // STOPPINGCRITERION_STOPPINGCRITERIA_CRITERIA_KINETICENGERGY_H
Class which represents a simple criterion A criterion can be checked using checkCriterion method to k...
Definition: Criterion.h:47
void calculate() override
calculate stopping criteria data and store it into values vector
Definition: KineticEnergy.cpp:32
A simple criterion based on Kinetic energy calculation.
Definition: KineticEnergy.h:41
kineticEnergy(mml::KineticEnergy *c, MonitoringManager *monitoringManager, MultipleCriterion *parent=nullptr)
constructor
Definition: KineticEnergy.cpp:29
Manager of the benchmark tests. Do simulation loop and tests.
Definition: MonitoringManager.h:50
MultipleCriterion * parent
parent stopping Criterion
Definition: StoppingCriterion.h:76
~kineticEnergy() override=default
destructor
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
std::string getName() override
get stopping criterion name
Definition: KineticEnergy.cpp:35