MCPcopy 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
1729inline
1730MapPart* Map::getPart(std::size_t i) const
1731{
1732 return parts[i];
1733}
1734
1735inline
1736MapPart* Map::getCurrentPart() const

Callers 15

hasAlphaMethod · 0.45
compareMapsFunction · 0.45
saveAndLoadMethod · 0.45
kmlCourseExportTestMethod · 0.45
testDecouplingFunction · 0.45
objectsMethod · 0.45
makeStyleStringFunction · 0.45
getModifiedObjectsMethod · 0.45
undoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected