CGAL 6.1 - Triangulated Surface Mesh Simplification
Loading...
Searching...
No Matches

Classes

class  EdgeCollapseSimplificationVisitor
 The concept EdgeCollapseSimplificationVisitor describes the requirements for the visitor object which is used to track the edge collapse simplification algorithm. More...
 
class  GetCost
 The concept GetCost describes the requirements for the policy function object which gets the collapse cost of an edge. More...
 
class  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...
 
class  PlacementFilter
 The concept PlacementFilter describes the requirements for the policy function object which gets the profile and placement of an edge and which can filter the placement. The filtering is only done when an edge is taken from the priority queue in order to get collapsed, and neither when the edge is inserted nor when it is updated in the priority queue. More...
 
class  StopPredicate
 The concept StopPredicate describes the requirements for the predicate which indicates if the simplification process must finish. More...