26#ifndef MANAGER_INTERACTIVEMANAGER_H
27#define MANAGER_INTERACTIVEMANAGER_H
36#include <MonitorIn.hxx>
37#include <MonitorOut.hxx>
#define MML_API
Definition: MMLAPI.h:43
Interactice managers are managers linked with an interactive simulator.
Definition: InteractiveMonitoringManager.h:51
InteractiveSimulator * simul
the simulator used for simualtion
Definition: InteractiveMonitoringManager.h:79
StoppingCriterion * stop
the stopping criteria to check in order to know when simulation loop should be stopped
Definition: InteractiveMonitoringManager.h:77
An interactive simulator is a simulator that we can control step by step (ex: Sofa)
Definition: InteractiveSimulator.h:38
Manager of the benchmark tests.
Definition: MonitoringManager.h:50
virtual bool checkStop()=0
Check if simulation is finished.
virtual void end()=0
End manager.
virtual void doMove()=0
Do one step of simulation and save monitors for this step.
virtual bool init()=0
Initialize manager.
class which represent the stopping criterion to check to stop simulation a StoppingCriterion is eithe...
Definition: StoppingCriterion.h:48