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

Function SaveOuterPath

libs/coding/geometry_coding.hpp:256–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254
255template <class TSink>
256void SaveOuterPath(std::vector<m2::PointD> const & points, GeometryCodingParams const & params, TSink & sink)
257{
258 SaveOuter(&coding::EncodePolyline, points, params, sink);
259}
260
261inline void const * LoadInnerPath(void const * pBeg, size_t count, GeometryCodingParams const & params,
262 OutPointsT & points)

Callers 5

SerializeContourMethod · 0.85
operator()Method · 0.85
WriteOuterPointsMethod · 0.85
UNIT_TESTFunction · 0.85

Calls 1

SaveOuterFunction · 0.85

Tested by 1

UNIT_TESTFunction · 0.68