CGAL 4.5 - Triangulated Surface Mesh Simplification
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL::Surface_mesh_simplification::Constrained_placement< BasePlacement, EdgeIsConstrainedMap > Class Template Reference

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

Inherits from

BasePlacement.

Definition

The class Constrained_placement is a model for the GetPlacement concept provided the template parameter BasePlacement is such a model.

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 BasePlacement.

Template Parameters
BasePlacementa model of GetPlacement.
EdgeIsConstrainedMapa model of boost::ReadablePropertyMap with GetPlacement::Profile::edge_descriptor as key type and bool as value type indicating if an edge is constrained.
Is Model Of:
GetPlacement

Creation

 Constrained_placement (EdgeIsConstrainedMap map=EdgeIsConstrainedMap(), BasePlacement base=BasePlacement())
 Constructor.