\( \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 4.11.3 - Planar Parameterization of Triangulated Surface Meshes
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Class and Concept List
Here is the list of all concepts and classes of this package. Classes are inside the namespace CGAL. Concepts are in the global namespace.
[detail level 123]
oNCGAL
|\NSurface_mesh_parameterization
| oCDiscrete_authalic_parameterizer_3The class Discrete_authalic_parameterizer_3 implements the Discrete Authalic Parameterization algorithm
| oCCircular_border_parameterizer_3This is the base class of strategies that parameterize the border of a 3D surface onto a circle
| oCCircular_border_uniform_parameterizer_3This class parameterizes the border of a 3D surface onto a circle in a uniform manner: points are equally spaced
| oCCircular_border_arc_length_parameterizer_3This class parameterizes the border of a 3D surface onto a circle, with an arc-length parameterization: the (u,v) values are proportional to the length of border edges
| oCDiscrete_conformal_map_parameterizer_3The class Discrete_conformal_map_parameterizer_3 implements the Discrete Conformal Map (DCM) parameterization
| oCBarycentric_mapping_parameterizer_3The class Barycentric_mapping_parameterizer_3 implements Tutte Barycentric Mapping algorithm
| oCFixed_border_parameterizer_3The class Fixed_border_parameterizer_3 is the base class of fixed border parameterization methods (Tutte, Floater, ...)
| oCMean_value_coordinates_parameterizer_3The class Mean_value_coordinates_parameterizer_3 implements Floater Mean Value Coordinates parameterization
| oCLSCM_parameterizer_3The class LSCM_parameterizer_3 implements the Least Squares Conformal Maps (LSCM) parameterization
| oCOrbifold_Tutte_parameterizer_3The class Orbifold_Tutte_parameterizer_3 implements Orbifold Tutte Planar Embeddings
| oCTwo_vertices_parameterizer_3The class Two_vertices_parameterizer_3 parameterizes two extreme vertices of a 3D surface
| oCMVC_post_processor_3The class MVC_post_processor_3 implements the Free boundary linear Parameterization algorithm
| oCSquare_border_parameterizer_3This is the base class of strategies that parameterize the border of a 3D surface onto a square
| oCSquare_border_uniform_parameterizer_3This class parameterizes the border of a 3D surface onto a square in a uniform manner: points are equally spaced
| oCSquare_border_arc_length_parameterizer_3This class parameterizes the border of a 3D surface onto a square, with an arc-length parameterization: (u,v) values are proportional to the length of border edges
| \CARAP_parameterizer_3The class ARAP_parameterizer_3 implements the Local/Global Approach to Mesh Parameterization
\CParameterizer_3Parameterizer_3 is a concept of parameterization object for a given type of mesh, TriangleMesh, which must be a model of the FaceGraph concept