CGAL | |
Discrete_authalic_parameterizer_3 | The class Discrete_authalic_parameterizer_3 implements the Discrete Authalic Parameterization algorithm |
Circular_border_parameterizer_3 | This is the base class of strategies that parameterize the border of a 3D surface onto a circle |
Circular_border_uniform_parameterizer_3 | This class parameterizes the border of a 3D surface onto a circle in a uniform manner: points are equally spaced |
Circular_border_arc_length_parameterizer_3 | This 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 |
Parameterization_polyhedron_adaptor_3 | Parameterization_polyhedron_adaptor_3 is an adaptor class to access to a Polyhedron 3D mesh using the ParameterizationPatchableMesh_3 interface |
Discrete_conformal_map_parameterizer_3 | The class Discrete_conformal_map_parameterizer_3 implements the Discrete Conformal Map (DCM) parameterization |
Barycentric_mapping_parameterizer_3 | The class Barycentric_mapping_parameterizer_3 implements Tutte Barycentric Mapping algorithm |
Fixed_border_parameterizer_3 | The class Fixed_border_parameterizer_3 is the base class of fixed border parameterization methods (Tutte, Floater, ...) |
Parameterizer_traits_3 | The class Parameterizer_traits_3 is the base class of all parameterization methods |
Mean_value_coordinates_parameterizer_3 | The class Mean_value_coordinates_parameterizer_3 implements Floater Mean Value Coordinates parameterization |
Parameterization_mesh_patch_3 | Parameterization_mesh_patch_3 is a Decorator class to virtually cut a patch in a ParameterizationPatchableMesh_3 3D surface |
LSCM_parameterizer_3 | The class LSCM_parameterizer_3 implements the Least Squares Conformal Maps (LSCM) parameterization |
Two_vertices_parameterizer_3 | The class Two_vertices_parameterizer_3 parameterizes two extreme vertices of a 3D surface |
Parameterization_mesh_feature_extractor | The class Parameterization_mesh_feature_extractor computes features (genus, borders, ...) of a 3D surface, model of the ParameterizationMesh_3 concept |
Square_border_parameterizer_3 | This is the base class of strategies that parameterize the border of a 3D surface onto a square |
Square_border_uniform_parameterizer_3 | This class parameterizes the border of a 3D surface onto a square in a uniform manner: points are equally spaced |
Square_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 |
BorderParameterizer_3 | BorderParameterizer_3 is a concept of class that parameterizes a given type of mesh, Adaptor , which is a model of the ParameterizationMesh_3 concept |
ParameterizationMesh_3 | ParameterizationMesh_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 |
ParameterizationPatchableMesh_3 | ParameterizationPatchableMesh_3 inherits from concept ParameterizationMesh_3 , thus is a concept of a 3D surface mesh |
ParameterizerTraits_3 | ParameterizerTraits_3 is a concept of parameterization object for a given type of mesh, Adaptor , which is a model of the ParameterizationMesh_3 concept |
PolyhedronTraitsWithKernel_3 | |