| 41 | } |
| 42 | |
| 43 | void _SimulationFacadeImpl::tryDrawVectorGraphics( |
| 44 | RealVector2D const& rectUpperLeft, |
| 45 | RealVector2D const& rectLowerRight, |
| 46 | IntVector2D const& imageSize, |
| 47 | double zoom) |
| 48 | { |
| 49 | _worker.tryDrawVectorGraphics(rectUpperLeft, rectLowerRight, imageSize, zoom); |
| 50 | } |
| 51 | |
| 52 | std::optional<OverlayDescription> _SimulationFacadeImpl::tryDrawVectorGraphicsAndReturnOverlay( |
| 53 | RealVector2D const& rectUpperLeft, |
nothing calls this directly
no outgoing calls
no test coverage detected