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

Method GetKey

generator/feature_merger.cpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118FeatureMergeProcessor::Key FeatureMergeProcessor::GetKey(m2::PointD const & p)
119{
120 return PointToInt64Obsolete(p, m_coordBits);
121}
122
123FeatureMergeProcessor::FeatureMergeProcessor(uint32_t coordBits) : m_coordBits(coordBits) {}
124

Callers

nothing calls this directly

Calls 1

PointToInt64ObsoleteFunction · 0.85

Tested by

no test coverage detected