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

Method BaseApplyFeature

libs/drape_frontend/apply_feature_functors.cpp:446–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444} // namespace
445
446BaseApplyFeature::BaseApplyFeature(TileKey const & tileKey, TInsertShapeFn const & insertShape, FeatureType & f,
447 CaptionDescription const & captions)
448 : m_insertShape(insertShape)
449 , m_f(f)
450 , m_captions(captions)
451 , m_tileKey(tileKey)
452 , m_tileRect(tileKey.GetGlobalRect())
453{
454 ASSERT(m_insertShape != nullptr, ());
455}
456
457void BaseApplyFeature::FillCommonParams(CommonOverlayViewParams & p) const
458{

Callers

nothing calls this directly

Calls 2

ASSERTFunction · 0.85
GetGlobalRectMethod · 0.45

Tested by

no test coverage detected