26 #ifndef MONITOR_MONITORS_MONITORPOINTTOTRIANGLEMESHDISTANCEFINAL_H 27 #define MONITOR_MONITORS_MONITORPOINTTOTRIANGLEMESHDISTANCEFINAL_H 32 #include <MonitorIn.hxx> 58 #endif // MONITOR_MONITORS_MONITORPOINTTOTRIANGLEMESHDISTANCEFINAL_H
MonitorPointToTriangleMeshDistanceFinal(mml::Monitor *m, MonitoringManager *monitoringManager)
constructor
Definition: MonitorPointToTriangleMeshDistanceFinal.cpp:33
~MonitorPointToTriangleMeshDistanceFinal()
destructor
Definition: MonitorPointToTriangleMeshDistanceFinal.cpp:36
MonitoringManager * monitoringManager
monitoring manager
Definition: Monitor.h:117
void calculate()
calculate current followed data and store them in values vector
Definition: MonitorPointToTriangleMeshDistanceFinal.cpp:39
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
std::string getTypeName()
return a string relative to monitor type
Definition: MonitorPointToTriangleMeshDistanceFinal.cpp:61
A monitor that calculate the distance between a point a triangle mesh.
Definition: MonitorPointToTriangleMeshDistanceFinal.h:39