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

Method GetDrapeEngine

libs/map/framework.cpp:1633–1636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1631}
1632
1633ref_ptr<df::DrapeEngine> Framework::GetDrapeEngine()
1634{
1635 return make_ref(m_drapeEngine);
1636}
1637
1638void Framework::DestroyDrapeEngine()
1639{

Callers 6

mainFunction · 0.80
ScaleMethod · 0.80
AntialiasingOnMethod · 0.80
AntialiasingOffMethod · 0.80
~MainViewMethod · 0.80
RunScenarioFunction · 0.80

Calls 1

make_refFunction · 0.85

Tested by

no test coverage detected