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

Function Decode

libs/coding/geometry_coding.cpp:358–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358void Decode(DecodeFunT fn, DeltasT const & deltas, GeometryCodingParams const & params, OutPointsT & points,
359 size_t reserveF)
360{
361 DecodeImpl(fn, deltas, params, points, reserveF);
362}
363
364void Decode(DecodeFunT fn, DeltasT const & deltas, GeometryCodingParams const & params,
365 std::vector<m2::PointD> & points, size_t reserveF)

Callers 1

LoadInnerFunction · 0.70

Calls 1

DecodeImplFunction · 0.85

Tested by

no test coverage detected