Definition at line 250 of file line_simplification.h.
250 {
253 return;
256 return;
261 }
264 }
266 return;
267 }
272 while (true) {
273
279
280 size_t n =
out->size();
281
283 return;
284 }
285
286
287
289
291 return;
292 }
293
295
298 return;
299 }
300
303
304
306 }
307 return;
308 }
311 } else {
313 }
315 }
316 }
static NumberT estimateMaxDistance(const fl::Slice< const Point > &polyLine)
void safeCopy(const fl::Slice< const Point > &polyLine, VectorType *out)
LineSimplifier< NumberT > mLineSimplifier
References fl::FixedVector< T, N >::begin(), fl::FixedVector< T, N >::end(), estimateMaxDistance(), mCount, mLineSimplifier, fl::FixedVector< T, N >::push_back(), safeCopy(), and fl::Slice< T >::size().
Referenced by simplifyInplace().