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

Method HasTimestampsFor

libs/kml/types.cpp:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52bool MultiGeometry::HasTimestampsFor(size_t lineIndex) const
53{
54 ASSERT(!m_timestamps.empty(), ());
55 ASSERT_EQUAL(m_lines.size(), m_timestamps.size(), ());
56 return !m_timestamps[lineIndex].empty();
57}
58
59size_t MultiGeometry::GetNumberOfLinesWithouTimestamps() const
60{

Callers 8

SaveLineStringsFunction · 0.80
SaveGxTracksFunction · 0.80
PopMethod · 0.80
SaveTrackDataFunction · 0.80
UNIT_TESTFunction · 0.80
UNIT_TESTFunction · 0.80
TrackStatisticsMethod · 0.80

Calls 3

ASSERTFunction · 0.85
emptyMethod · 0.45
sizeMethod · 0.45

Tested by 2

UNIT_TESTFunction · 0.64
UNIT_TESTFunction · 0.64