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

Method getSimulationData

source/EngineImpl/SimulationFacadeImpl.cpp:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87DataDescription _SimulationFacadeImpl::getSimulationData()
88{
89 auto size = getWorldSize();
90 return _worker.getSimulationData({-10, -10}, {size.x + 10, size.y + 10});
91}
92
93ClusteredDataDescription _SimulationFacadeImpl::getSelectedClusteredSimulationData(bool includeClusters)
94{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected