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

Function LoadInnerPath

libs/coding/geometry_coding.hpp:261–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261inline void const * LoadInnerPath(void const * pBeg, size_t count, GeometryCodingParams const & params,
262 OutPointsT & points)
263{
264 return LoadInner(&coding::DecodePolyline, pBeg, count, params, points);
265}
266
267template <class TSource, class TPoints>
268void LoadOuterPath(TSource & src, GeometryCodingParams const & params, TPoints & points)

Callers 1

ParseHeader2Method · 0.85

Calls 1

LoadInnerFunction · 0.85

Tested by

no test coverage detected