| 400 | } |
| 401 | |
| 402 | SelectionShallowData EngineWorker::getSelectionShallowData() |
| 403 | { |
| 404 | EngineWorkerGuard access(this); |
| 405 | return _simulationCudaFacade->getSelectionShallowData(); |
| 406 | } |
| 407 | |
| 408 | void EngineWorker::setSelection(RealVector2D const& startPos, RealVector2D const& endPos) |
| 409 | { |
no outgoing calls
no test coverage detected