| 36 | } |
| 37 | |
| 38 | std::string _SimulationFacadeImpl::getGpuName() const |
| 39 | { |
| 40 | return _worker.getGpuName(); |
| 41 | } |
| 42 | |
| 43 | void _SimulationFacadeImpl::tryDrawVectorGraphics( |
| 44 | RealVector2D const& rectUpperLeft, |
nothing calls this directly
no outgoing calls
no test coverage detected