![]() |
The class Surface_mesh_simplification::LindstromTurk_cost<ECM> provides a model for the GetCost concept. It computes the collapse cost following the Lindstrom-Turk strategy (Section 52.3.1)
The class Surface_mesh_simplification::LindstromTurk_cost<ECM> has one template argument: the type of surface being simplified. It must be a model of the EdgeCollapsableMesh concept.
#include <CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk_cost.h>
Surface_mesh_simplification::LindstromTurk_cost<ECM> gc ( FT const& factor = FT(0.5)); | |
Initializes the policy with the given weighting unit factor.
See 52.3.1 for details on the meaning of this factor.
|