|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
Go to the documentation of this file.
26 #ifndef MANAGER_MANAGERFACTORY_H
27 #define MANAGER_MANAGERFACTORY_H
58 #endif // MANAGER_MANAGERFACTORY_H
A factory to create Simulator.
Definition: SimulatorFactory.h:40
#define MML_API
Definition: MMLAPI.h:43
static SimulatorFactory * getInstance()
return the unique instance of the factory
Definition: SimulatorFactory.cpp:56
NonInteractice managers are managers linked with an non interactive simulator.
Definition: NonInteractiveMonitoringManager.h:47
bool isInteractive(std::string id)
return true if the registered simulator id is interactive
Definition: SimulatorFactory.cpp:94
bool isRegistered(std::string id)
Returns true if id is in the map.
Definition: SimulatorFactory.cpp:32
Manager of the benchmark tests. Do simulation loop and tests.
Definition: MonitoringManager.h:50
A factory to create MonitoringManager.
Definition: MonitoringManagerFactory.h:42
static MonitoringManager * createManager(const char *mml)
create an interactive or noninteractive manager according to simulator type
Definition: MonitoringManagerFactory.cpp:32
Interactice managers are managers linked with an interactive simulator.
Definition: InteractiveMonitoringManager.h:51