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

Method IsDrawable

libs/indexer/classificator.cpp:276–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276bool ClassifObject::IsDrawable(int scale) const
277{
278 return (m_visibility[scale] && IsDrawableAny());
279}
280
281bool ClassifObject::IsDrawableAny() const
282{

Callers 2

IsVisibleInRangeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected