| 595 | } |
| 596 | |
| 597 | bool FeatureBuilder::IsDrawableInRange(int lowScale, int highScale) const |
| 598 | { |
| 599 | auto const types = GetTypesHolder(); |
| 600 | while (lowScale <= highScale) |
| 601 | if (IsDrawableForIndex(types, m_limitRect, lowScale++)) |
| 602 | return true; |
| 603 | return false; |
| 604 | } |
| 605 | |
| 606 | bool FeatureBuilder::PreSerializeAndRemoveUselessNamesForMwm(SupportingData const & data) |
| 607 | { |