| 418 | } |
| 419 | |
| 420 | void EngineWorker::updateSelection() |
| 421 | { |
| 422 | EngineWorkerGuard access(this); |
| 423 | _simulationCudaFacade->updateSelection(); |
| 424 | } |
| 425 | |
| 426 | void EngineWorker::shallowUpdateSelectedObjects(ShallowUpdateSelectionData const& updateData) |
| 427 | { |
no outgoing calls
no test coverage detected