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

Function IsDrawableForIndex

libs/indexer/feature_visibility.cpp:260–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258} // namespace
259
260bool IsDrawableForIndex(FeatureType & ft, int level)
261{
262 return IsDrawableForIndexGeometryOnly(ft, level) && IsDrawableForIndexClassifOnly(TypesHolder(ft), level);
263}
264
265bool IsDrawableForIndex(TypesHolder const & types, m2::RectD const & limitRect, int level)
266{

Callers 3

IsDrawableInRangeMethod · 0.85
GetMinDrawableScaleFunction · 0.85
IsDrawableFunction · 0.85

Calls 3

TypesHolderClass · 0.70

Tested by 1

IsDrawableFunction · 0.68