MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / getNumObjects

Method getNumObjects

src/core/map.cpp:2140–2146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2138
2139
2140int Map::getNumObjects() const
2141{
2142 int num_objects = 0;
2143 for (const MapPart* part : parts)
2144 num_objects += part->getNumObjects();
2145 return num_objects;
2146}
2147
2148int Map::addObject(Object* object, int part_index)
2149{

Callers 15

importTestMethod · 0.45
hasAlphaMethod · 0.45
compareMapsFunction · 0.45
fuzzyCompareMapsFunction · 0.45
saveAndLoadMethod · 0.45
kmlCourseExportTestMethod · 0.45
objectsMethod · 0.45
drawObjectIDsMethod · 0.45
importImplementationMethod · 0.45
addObjectMethod · 0.45
releaseObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected