CGAL 5.2.2 - Triangulated Surface Mesh Simplification
|
Concepts | |
concept | EdgeCollapseSimplificationVisitor |
The concept EdgeCollapseSimplificationVisitor describes the requirements for the visitor object which is used to track the edge collapse simplification algorithm. More... | |
concept | GetCost |
The concept GetCost describes the requirements for the policy function object which gets the collapse cost of an edge. More... | |
concept | GetPlacement |
The concept GetPlacement describes the requirements for the policy function object which gets the collapse placement of an edge, that is, the new position of the vertex that remains after a halfedge-collapse operation. More... | |
concept | StopPredicate |
The concept StopPredicate describes the requirements for the predicate which indicates if the simplification process must finish. More... | |