Loading [MathJax]/extensions/TeX/newcommand.js
\newcommand{\E}{\mathrm{E}} \newcommand{\A}{\mathrm{A}} \newcommand{\R}{\mathrm{R}} \newcommand{\N}{\mathrm{N}} \newcommand{\Q}{\mathrm{Q}} \newcommand{\Z}{\mathrm{Z}} \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }
CGAL 5.0 - Triangulated Surface Mesh Simplification
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
CGAL::Surface_mesh_simplification::LindstromTurk_cost< TriangleMesh > Class Template Reference

#include <CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk_cost.h>

Definition

The class LindstromTurk_cost provides a model for the GetCost concept.

It computes the collapse cost following the Lindstrom-Turk strategy (Section Lindstrom-Turk Cost and Placement Strategy)

Template Parameters
TriangleMeshis the type of surface mesh being simplified, and must be a model of the MutableFaceGraph and HalfedgeListGraph concepts.
Is Model Of:
GetCost
See also
CGAL::Surface_mesh_simplification::LindstromTurk_placement<TriangleMesh>

Creation

 LindstromTurk_cost (FT const &factor=FT(0.5))
 Initializes the policy with the given weighting unit factor. More...
 

Operations

template<typename Profile >
optional< typename Profile::FT > operator() (Profile const &profile, boost::optional< typename Profile::Point > const &placement) const
 Returns the cost of collapsing the edge (represented by its profile) considering the new placement computed for it.
 

Constructor & Destructor Documentation

◆ LindstromTurk_cost()

template<typename TriangleMesh >
CGAL::Surface_mesh_simplification::LindstromTurk_cost< TriangleMesh >::LindstromTurk_cost ( FT const &  factor = FT(0.5))

Initializes the policy with the given weighting unit factor.

See Lindstrom-Turk Cost and Placement Strategy for details on the meaning of this factor.