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

Function LoadOuterPath

libs/coding/geometry_coding.hpp:268–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266
267template <class TSource, class TPoints>
268void LoadOuterPath(TSource & src, GeometryCodingParams const & params, TPoints & points)
269{
270 LoadOuter(&coding::DecodePolyline, src, params, points);
271}
272
273/// @name Triangles.
274template <class TSink>

Callers 8

DeserializeContourMethod · 0.85
ReadPolygonsOfOneBorderFunction · 0.85
UNIT_TESTFunction · 0.85
ParseGeometryMethod · 0.85
GetOuterGeometryStatsMethod · 0.85
LoadRegionsFromDiskMethod · 0.85
LoadRegionsFromDiskMethod · 0.85

Calls 1

LoadOuterFunction · 0.85

Tested by 1

UNIT_TESTFunction · 0.68