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
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
Simulator * simul
the simulator used for simualtion
Definition: MonitoringManager.h:185
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