MCPcopy Create free account
hub / github.com/comaps/comaps / SimplifyOptimalRes

Class SimplifyOptimalRes

libs/geometry/simplification.hpp:52–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50//@}
51
52struct SimplifyOptimalRes
53{
54 SimplifyOptimalRes() = default;
55 SimplifyOptimalRes(int32_t nextPoint, uint32_t pointCount) : m_NextPoint(nextPoint), m_PointCount(pointCount) {}
56
57 int32_t m_NextPoint = -1;
58 uint32_t m_PointCount = -1U;
59};
60} // namespace simpl
61
62// Douglas-Peucker algorithm for STL-like range [beg, end).

Callers 1

SimplifyNearOptimalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected