| 259 | } |
| 260 | |
| 261 | inline void const * LoadInnerPath(void const * pBeg, size_t count, GeometryCodingParams const & params, |
| 262 | OutPointsT & points) |
| 263 | { |
| 264 | return LoadInner(&coding::DecodePolyline, pBeg, count, params, points); |
| 265 | } |
| 266 | |
| 267 | template <class TSource, class TPoints> |
| 268 | void LoadOuterPath(TSource & src, GeometryCodingParams const & params, TPoints & points) |
no test coverage detected