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_placement< TriangleMesh > Class Template Reference

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

Definition

The class LindstromTurk_placement provides a model for the GetPlacement concept.

It computes the placement, that is, the new position for the remaining vertex after a halfedge-collapse, 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:
GetPlacement
See also
CGAL::Surface_mesh_simplification::LindstromTurk_cost<TriangleMesh>

Creation

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

Operations

template<typename Profile >
optional< typename Profile::Point > operator() (Profile const &profile) const
 Returns the new position for the remaining vertex after collapsing the edge (represented by its profile).
 

Constructor & Destructor Documentation

◆ LindstromTurk_placement()

template<typename TriangleMesh >
CGAL::Surface_mesh_simplification::LindstromTurk_placement< TriangleMesh >::LindstromTurk_placement ( 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.