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

Function TestEncodePolyline

libs/coding/coding_tests/geometry_coding_test.cpp:84–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void TestEncodePolyline(string name, m2::PointU maxPoint, vector<m2::PointU> const & points)
85{
86 TestPolylineEncode(name + "1", points, maxPoint, &EncodePolylinePrev1, &DecodePolylinePrev1);
87 TestPolylineEncode(name + "2", points, maxPoint, &EncodePolylinePrev2, &DecodePolylinePrev2);
88 TestPolylineEncode(name + "3", points, maxPoint, &EncodePolylinePrev3, &DecodePolylinePrev3);
89}
90} // namespace
91
92UNIT_TEST(EncodePointDeltaAsUint)

Callers 1

UNIT_TESTFunction · 0.85

Calls 1

TestPolylineEncodeFunction · 0.85

Tested by

no test coverage detected