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

Method GetFeatureByIndex

generator/utils.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94{}
95
96std::unique_ptr<FeatureType> FeatureGetter::GetFeatureByIndex(uint32_t index) const
97{
98 return m_guard->GetFeatureByIndex(index);
99}
100
101bool ParseFeatureIdToOsmIdMapping(std::string const & path,
102 ankerl::unordered_dense::map<uint32_t, base::GeoObjectId> & mapping)

Callers 4

mainFunction · 0.45
WithRoadFunction · 0.45
ForEachNodeIdxMethod · 0.45
GetFeatureCenterMethod · 0.45

Calls

no outgoing calls

Tested by 1

WithRoadFunction · 0.36