9 CStdPtrArray<SimulationThread> m_arySimThreads;
20 virtual CStdPtrArray<SimulationThread> &SimThreads() {
return m_arySimThreads;};
21 virtual SimulationThread *CreateSimulation(std::string strSimFile,
bool bForceNoWindows =
false);
22 virtual void ShutdownAllSimulations();
23 virtual AnimatBase *FindByID(std::string strID,
bool bThrowError =
true);
26 void ANIMAT_PORT ActiveSim(
Simulator *lpActive);
Simulates the entire environment.
Root namespace for the base simulation library for AnimatLab.