CGAL 6.0.1 - Planar Parameterization of Triangulated Surface Meshes
|
▼NCGAL | |
▼NSurface_mesh_parameterization | |
CARAP_parameterizer_3 | The class ARAP_parameterizer_3 implements the Local/Global Approach to Mesh Parameterization [9] |
CBarycentric_mapping_parameterizer_3 | The class Barycentric_mapping_parameterizer_3 implements Tutte Barycentric Mapping algorithm |
CCircular_border_arc_length_parameterizer_3 | This 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 |
CCircular_border_parameterizer_3 | This is the base class of strategies that parameterize the border of a 3D surface onto a circle |
CCircular_border_uniform_parameterizer_3 | This class parameterizes the border of a 3D surface onto a circle in a uniform manner: points are equally spaced |
CDiscrete_authalic_parameterizer_3 | The class Discrete_authalic_parameterizer_3 implements the Discrete Authalic Parameterization algorithm |
CDiscrete_conformal_map_parameterizer_3 | The class Discrete_conformal_map_parameterizer_3 implements the Discrete Conformal Map (DCM) parameterization |
CFixed_border_parameterizer_3 | The class Fixed_border_parameterizer_3 is the base class of fixed border parameterization methods (Tutte, Floater, ...) |
CIterative_authalic_parameterizer_3 | The class Iterative_authalic_parameterizer_3 implements the Iterative Parameterization algorithm, as described by Jain et al |
CLSCM_parameterizer_3 | The class LSCM_parameterizer_3 implements the Least Squares Conformal Maps (LSCM) parameterization [8] |
CMean_value_coordinates_parameterizer_3 | The class Mean_value_coordinates_parameterizer_3 implements Floater Mean Value Coordinates parameterization |
CMVC_post_processor_3 | The class MVC_post_processor_3 implements the Free boundary linear Parameterization algorithm [7] |
COrbifold_Tutte_parameterizer_3 | The class Orbifold_Tutte_parameterizer_3 implements Orbifold Tutte Planar Embeddings [1] |
CSquare_border_arc_length_parameterizer_3 | This 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 |
CSquare_border_parameterizer_3 | This is the base class of strategies that parameterize the border of a 3D surface onto a square |
CSquare_border_uniform_parameterizer_3 | This class parameterizes the border of a 3D surface onto a square in a uniform manner: points are equally spaced |
CTwo_vertices_parameterizer_3 | The class Two_vertices_parameterizer_3 parameterizes two extreme vertices of a 3D surface |
CParameterizer_3 | Parameterizer_3 is a concept of parameterization object for a given type of mesh, TriangleMesh , which must be a model of the FaceGraph concept |