CGAL 5.4 - 2D Polyline Simplification

Concepts

conceptPolylineSimplificationCostFunction
 Models of this concept are passed to the polyline simplification algorithm to calculate the cost of removing a vertex. Such a cost represents some measure of the deviation error between the polyline sets before and after removal. The smaller the error the lower the cost. The algorithm processes vertices in increasing cost order to preserve the overall polyline set shape as much as possible. More...
 
conceptPolylineSimplificationStopPredicate
 Models of this concept are passed to the polyline simplification algorithm to indicate when to stop the process. More...
 
conceptPolylineSimplificationVertexBase_2
 The polyline simplification algorithm stores in the vertices whether a vertex can be removed, and the cost of the removal. More...