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

Method Insert

generator/feature_merger.cpp:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void FeatureMergeProcessor::Insert(m2::PointD const & pt, MergedFeatureBuilder * p)
150{
151 m_map[GetKey(pt)].push_back(p);
152}
153
154void FeatureMergeProcessor::Remove(Key key, MergedFeatureBuilder const * p)
155{

Callers 1

ReadRoadAccessFunction · 0.45

Calls 2

GetKeyFunction · 0.70
push_backMethod · 0.45

Tested by

no test coverage detected