| 85 | } |
| 86 | |
| 87 | DataDescription _SimulationFacadeImpl::getSimulationData() |
| 88 | { |
| 89 | auto size = getWorldSize(); |
| 90 | return _worker.getSimulationData({-10, -10}, {size.x + 10, size.y + 10}); |
| 91 | } |
| 92 | |
| 93 | ClusteredDataDescription _SimulationFacadeImpl::getSelectedClusteredSimulationData(bool includeClusters) |
| 94 | { |
nothing calls this directly
no outgoing calls
no test coverage detected