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

Method DebugPrint

libs/kml/types.hpp:407–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405 }
406
407 friend std::string DebugPrint(MultiGeometry const & geom)
408 {
409 auto str = ::DebugPrint(geom.m_lines);
410 if (geom.HasTimestamps())
411 str.append(" ").append(::DebugPrint(geom.m_timestamps));
412 return str;
413 }
414
415 void FromPoints(std::vector<m2::PointD> const & points);
416

Callers

nothing calls this directly

Calls 3

HasTimestampsMethod · 0.80
DebugPrintFunction · 0.70
appendMethod · 0.45

Tested by

no test coverage detected