MCPcopy Create free account
hub / github.com/comaps/comaps / IsDrawableInRange

Method IsDrawableInRange

generator/feature_builder.cpp:597–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

595}
596
597bool 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
606bool FeatureBuilder::PreSerializeAndRemoveUselessNamesForMwm(SupportingData const & data)
607{

Callers 2

operator()Method · 0.80
operator()Method · 0.80

Calls 1

IsDrawableForIndexFunction · 0.85

Tested by 1

operator()Method · 0.64