26 #ifndef MANAGER_INTERACTIVEMANAGER_H 27 #define MANAGER_INTERACTIVEMANAGER_H 36 #include <MonitorIn.hxx> 37 #include <MonitorOut.hxx> 85 #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:77
Manager of the benchmark tests.
Definition: MonitoringManager.h:50
InteractiveSimulator * simul
the simulator used for simualtion
Definition: InteractiveMonitoringManager.h:79
Interactice managers are managers linked with an interactive simulator.
Definition: InteractiveMonitoringManager.h:51
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.