| 50 | } |
| 51 | |
| 52 | bool 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 | |
| 59 | size_t MultiGeometry::GetNumberOfLinesWithouTimestamps() const |
| 60 | { |