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

Function GetDrawableScaleRange

libs/indexer/feature_visibility.cpp:365–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363} // namespace
364
365pair<int, int> GetDrawableScaleRange(uint32_t type)
366{
367 auto const res = classif().GetObject(type)->GetDrawScaleRange();
368 return (res.first > res.second ? kInvalidScalesRange : res);
369}
370
371pair<int, int> GetDrawableScaleRange(TypesHolder const & types)
372{

Callers 5

GetScaleRangeMethod · 0.85
DisplaceMethod · 0.85
DisplaceableNodeMethod · 0.85
operator()Method · 0.85

Calls 3

AddRangeFunction · 0.85
GetDrawScaleRangeMethod · 0.80
GetObjectMethod · 0.80

Tested by 1

operator()Method · 0.68