26 #ifndef MONITOR_MONITORS_MONITORNORMDISPLACEMENT_H 27 #define MONITOR_MONITORS_MONITORNORMDISPLACEMENT_H 31 #include <MonitorIn.hxx> 55 #endif // MONITOR_MONITORS_MONITORNORMDISPLACEMENT_H
A monitor that give the norm of the displacement.
Definition: MonitorNormDisplacement.h:37
MonitoringManager * monitoringManager
monitoring manager
Definition: Monitor.h:117
MonitorNormDisplacement(mml::Monitor *m, MonitoringManager *monitoringManager)
constructor
Definition: MonitorNormDisplacement.cpp:33
std::string getTypeName() override
return a string relative to monitor type
Definition: MonitorNormDisplacement.cpp:56
A monitor calculate and store followed data (ex:calculation between current position and references) ...
Definition: Monitor.h:49
Manager of the benchmark tests.
Definition: MonitoringManager.h:50
void calculate() override
calculate current followed data and store them in values vector
Definition: MonitorNormDisplacement.cpp:36
~MonitorNormDisplacement() override=default
destructor