![]() |
The class Surface_mesh_simplification::Edge_length_cost<ECM> provides a model for the GetCost concept. It has one template argument: the type of surface being simplified, which must be a model of the EdgeCollapsableMesh concept. It computes the collapse cost as the squared length of the edge.
#include <CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_length_cost.h>
Surface_mesh_simplification::Edge_length_cost<ECM> gc; | |
Default constructor
|