CGAL 5.6.1 - Shape Regularization

Concepts, which are used to parameterize the functions and classes from CGAL::Shape_regularization.

Concepts

conceptCGAL::Shape_regularization::ContourDirections
 We assume that each contour has one or several principal directions. By implementing a model of this concept, the user sets such directions and provides a way to orient contour edges towards these directions. All contour regularization functions in this package are parameterized by this concept. More...
 
conceptCGAL::Shape_regularization::NeighborQuery
 A concept that describes the set of methods used by the class QP_regularization to access neighbors of a geometric object being regularized. More...
 
conceptCGAL::Shape_regularization::RegularizationType
 A concept that describes the set of methods used by the class QP_regularization to access various data required for setting up the the global regularization problem. More...