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
InteractiveMonitoringManager(const char *mml)
constructor
Definition InteractiveMonitoringManager.cpp:40
StoppingCriterion * getStoppingCriterion()
get Stopping Criterion
Definition InteractiveMonitoringManager.cpp:100
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.
virtual void doMove()=0
Do one step of simulation and save monitors for this step.
MonitoringManager(const char *mml)
constructor
Definition MonitoringManager.cpp:44
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