| 79 | } |
| 80 | |
| 81 | ClusteredDataDescription _SimulationFacadeImpl::getClusteredSimulationData() |
| 82 | { |
| 83 | auto size = getWorldSize(); |
| 84 | return _worker.getClusteredSimulationData({-10, -10}, {size.x + 10, size.y + 10}); |
| 85 | } |
| 86 | |
| 87 | DataDescription _SimulationFacadeImpl::getSimulationData() |
| 88 | { |
nothing calls this directly
no outgoing calls
no test coverage detected