| 164 | } |
| 165 | |
| 166 | RoutePointIndex GetFirstOutgoingPointIndex(size_t outgoingSegmentIndex) |
| 167 | { |
| 168 | return RoutePointIndex({outgoingSegmentIndex, 0 /* m_pathIndex */}); |
| 169 | } |
| 170 | |
| 171 | RoutePointIndex GetLastIngoingPointIndex(TUnpackedPathSegments const & segments, size_t const outgoingSegmentIndex) |
| 172 | { |
no test coverage detected