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

Method Put

libs/indexer/centers_table.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void CentersTableBuilder::Put(uint32_t featureId, m2::PointD const & center)
115{
116 m_builder.Put(featureId, PointDToPointU(center, m_codingParams.GetCoordBits(), m_limitRect));
117}
118
119// Each center is encoded as delta from some prediction.
120// For the first center in the block map base point is used as a prediction, for all other

Callers 8

operator()Method · 0.45
BuildPostcodePointsImplFunction · 0.45
operator()Method · 0.45
BuildAddressTableFunction · 0.45
PutV0ForTestsMethod · 0.45
SerializeV0Method · 0.45
WriteWeightsMethod · 0.45

Calls 2

PointDToPointUFunction · 0.85
GetCoordBitsMethod · 0.80

Tested by

no test coverage detected