| 298 | } |
| 299 | |
| 300 | void _SimulationFacadeImpl::swapSelection(RealVector2D const& pos, float radius) |
| 301 | { |
| 302 | _worker.swapSelection(pos, radius); |
| 303 | } |
| 304 | |
| 305 | SelectionShallowData _SimulationFacadeImpl::getSelectionShallowData() |
| 306 | { |
nothing calls this directly
no outgoing calls
no test coverage detected