Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1633
ref_ptr<df::DrapeEngine> Framework::GetDrapeEngine()
1634
{
1635
return make_ref(m_drapeEngine);
1636
}
1637
1638
void Framework::DestroyDrapeEngine()
1639
{
Callers
6
main
Function · 0.80
Scale
Method · 0.80
AntialiasingOn
Method · 0.80
AntialiasingOff
Method · 0.80
~MainView
Method · 0.80
RunScenario
Function · 0.80
Calls
1
make_ref
Function · 0.85
Tested by
no test coverage detected