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