| 76 | } |
| 77 | |
| 78 | bool IsolinesManager::IsVisible() const |
| 79 | { |
| 80 | return m_currentModelView && df::GetDrawTileScale(*m_currentModelView) >= kMinIsolinesZoom; |
| 81 | } |
| 82 | |
| 83 | void IsolinesManager::UpdateViewport(ScreenBase const & screen) |
| 84 | { |
nothing calls this directly
no test coverage detected