\( \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.10 - 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 12]
oNCGAL
|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: (u,v) values are proportional to the length of border edges
|oCParameterization_polyhedron_adaptor_3Parameterization_polyhedron_adaptor_3 is an adaptor class to access to a Polyhedron 3D mesh using the ParameterizationPatchableMesh_3 interface
|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, ...)
|oCParameterizer_traits_3The class Parameterizer_traits_3 is the base class of all parameterization methods
|oCMean_value_coordinates_parameterizer_3The class Mean_value_coordinates_parameterizer_3 implements Floater Mean Value Coordinates parameterization
|oCParameterization_mesh_patch_3Parameterization_mesh_patch_3 is a Decorator class to virtually cut a patch in a ParameterizationPatchableMesh_3 3D surface
|oCLSCM_parameterizer_3The class LSCM_parameterizer_3 implements the Least Squares Conformal Maps (LSCM) parameterization
|oCTwo_vertices_parameterizer_3The class Two_vertices_parameterizer_3 parameterizes two extreme vertices of a 3D surface
|oCParameterization_mesh_feature_extractorThe class Parameterization_mesh_feature_extractor computes features (genus, borders, ...) of a 3D surface, model of the ParameterizationMesh_3 concept
|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
|\CSquare_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
oCBorderParameterizer_3BorderParameterizer_3 is a concept of class that parameterizes a given type of mesh, Adaptor, which is a model of the ParameterizationMesh_3 concept
oCParameterizationMesh_3ParameterizationMesh_3 is a concept for a 3D surface mesh. Its main purpose is to allow the parameterization methods to access meshes in a uniform manner
oCParameterizationPatchableMesh_3ParameterizationPatchableMesh_3 inherits from concept ParameterizationMesh_3, thus is a concept of a 3D surface mesh
oCParameterizerTraits_3ParameterizerTraits_3 is a concept of parameterization object for a given type of mesh, Adaptor, which is a model of the ParameterizationMesh_3 concept
\CPolyhedronTraitsWithKernel_3