|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
Go to the documentation of this file.
27 #ifndef STOPPINGCRITERION_STOPPINGCRITERIA_CRITERIA_VELOCITY_H
28 #define STOPPINGCRITERION_STOPPINGCRITERIA_CRITERIA_VELOCITY_H
30 #include <MonitorIn.hxx>
58 #endif // STOPPINGCRITERION_STOPPINGCRITERIA_CRITERIA_VELOCITY_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: Velocity.cpp:42
std::string unit
unit
Definition: Criterion.h:112
Velocity(mml::Speed *c, MonitoringManager *monitoringManager, MultipleCriterion *parent=nullptr)
constructor
Definition: Velocity.cpp:30
double factor
factor to multiplate for conversion to SI
Definition: Criterion.h:102
std::string getName() override
get stopping criterion name
Definition: Velocity.cpp:45
A simple criterion based on velocity calculation.
Definition: Velocity.h:40
Manager of the benchmark tests. Do simulation loop and tests.
Definition: MonitoringManager.h:50
MultipleCriterion * parent
parent stopping Criterion
Definition: StoppingCriterion.h:76
~Velocity() 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