CGAL 5.5 - Triangulated Surface Mesh Simplification
CGAL::Surface_mesh_simplification::Constrained_placement< Get_placement_, Edge_is_constrained_map_ > Class Template Reference

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

Inherits from

Get_placement_.

Definition

The class Constrained_placement is a model for the concept GetPlacement.

The placement of the vertex resulting from a contraction of an edge adjacent to a constrained edge is the point of the common vertex. Otherwise the placement is the one computed by Get_placement_.

Template Parameters
Get_placement_must be a model of GetPlacement.
Edge_is_constrained_map_must be a model of ReadablePropertyMap with Edge_profile::edge_descriptor as key type and bool as value type indicating if an edge is constrained.
Is Model Of:
GetPlacement

Creation

 Constrained_placement (Edge_is_constrained_map_ map=Edge_is_constrained_map_(), const Get_placement_ &get_placement=Get_placement_())
 Constructor.