| 10 | namespace feature |
| 11 | { |
| 12 | CalculateMidPoints::CalculateMidPoints() |
| 13 | { |
| 14 | m_minDrawableScaleFn = [](FeatureBuilder const & fb) |
| 15 | { return GetMinDrawableScale(fb.GetTypesHolder(), fb.GetLimitRect()); }; |
| 16 | } |
| 17 | |
| 18 | void CalculateMidPoints::operator()(FeatureBuilder const & ft, uint64_t pos) |
| 19 | { |
nothing calls this directly
no test coverage detected