MCPcopy Create free account
hub / github.com/chrxh/alien / closeSimulation

Method closeSimulation

source/EngineImpl/SimulationFacadeImpl.cpp:214–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214void _SimulationFacadeImpl::closeSimulation()
215{
216 _worker.beginShutdown();
217 _thread->join();
218 delete _thread;
219 _worker.endShutdown();
220 _selectionNeedsUpdate = true;
221}
222
223uint64_t _SimulationFacadeImpl::getCurrentTimestep() const
224{

Callers 7

shutdownMethod · 0.80
onResizingMethod · 0.80
onNewSimulationMethod · 0.80
onExecuteMethod · 0.80
onDownloadMethod · 0.80
onOpenSimulationMethod · 0.80

Calls 2

beginShutdownMethod · 0.80
endShutdownMethod · 0.80

Tested by 1