Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenOrienteering/mapper
/ getPart
Method
getPart
src/core/map.h:1729–1733 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1727
}
1728
1729
inline
1730
MapPart* Map::getPart(std::size_t i) const
1731
{
1732
return parts[i];
1733
}
1734
1735
inline
1736
MapPart* Map::getCurrentPart() const
Callers
15
hasAlpha
Method · 0.45
compareMaps
Function · 0.45
issue_513_high_coordinates
Method · 0.45
saveAndLoad
Method · 0.45
kmlCourseExportTest
Method · 0.45
testDecoupling
Function · 0.45
objects
Method · 0.45
addPreviewPointSymbols
Method · 0.45
makeStyleString
Function · 0.45
getModifiedObjects
Method · 0.45
undo
Method · 0.45
removeContainedObjects
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected