| 119 | } |
| 120 | |
| 121 | void _SimulationFacadeImpl::setSimulationData(DataDescription const& dataToUpdate) |
| 122 | { |
| 123 | _worker.setSimulationData(dataToUpdate); |
| 124 | _selectionNeedsUpdate = true; |
| 125 | } |
| 126 | |
| 127 | void _SimulationFacadeImpl::removeSelectedObjects(bool includeClusters) |
| 128 | { |
nothing calls this directly
no outgoing calls
no test coverage detected