| 41 | uint32_t GetMaxPointId() const { return m_segmentIdx + 1; } |
| 42 | |
| 43 | RoadPoint GetRoadPoint(bool front) const { return RoadPoint(m_featureId, GetPointId(front)); } |
| 44 | |
| 45 | bool operator<(Segment const & seg) const; |
| 46 | bool operator==(Segment const & seg) const; |
no test coverage detected