\( \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.4 - 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
|oCEigen_sparse_matrixThe class Eigen_sparse_matrix is a C++ wrapper around Eigen matrix type Eigen::SparseMatrix that represents general matrices, be they symmetric or not
|oCEigen_sparse_symmetric_matrixThe class Eigen_sparse_symmetric_matrix is a C++ wrapper around Eigen matrix type Eigen::SparseMatrix
|oCEigen_solver_traitsThe class Eigen_solver_traits provides an interface to the sparse solvers of Eigen
|oCEigen_vectorThe class Eigen_vector is a C++ wrapper around Eigen vector, which is a simple array of numbers
|oCBarycentric_mapping_parameterizer_3The class Barycentric_mapping_parameterizer_3 implements Tutte Barycentric Mapping 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
|oCDiscrete_authalic_parameterizer_3The class Discrete_authalic_parameterizer_3 implements the Discrete Authalic Parameterization algorithm
|oCDiscrete_conformal_map_parameterizer_3The class Discrete_conformal_map_parameterizer_3 implements the Discrete Conformal Map (DCM) parameterization
|oCFixed_border_parameterizer_3The class Fixed_border_parameterizer_3 is the base class of fixed border parameterization methods (Tutte, Floater, ...)
|oCLSCM_parameterizer_3The class LSCM_parameterizer_3 implements the Least Squares Conformal Maps (LSCM) parameterization
|oCMean_value_coordinates_parameterizer_3The class Mean_value_coordinates_parameterizer_3 implements Floater Mean Value Coordinates parameterization
|oCParameterization_mesh_feature_extractorThe class Parameterization_mesh_feature_extractor computes features (genus, borders, ...) of a 3D surface, model of the ParameterizationMesh_3 concept
|oCParameterization_mesh_patch_3Parameterization_mesh_patch_3 is a Decorator class to virtually cut a patch in a ParameterizationPatchableMesh_3 3D surface
|oCParameterization_polyhedron_adaptor_3Parameterization_polyhedron_adaptor_3 is an adaptor class to access to a Polyhedron 3D mesh using the ParameterizationPatchableMesh_3 interface
|oCParameterizer_traits_3The class Parameterizer_traits_3 is the base class of all parameterization methods
|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
|\CTwo_vertices_parameterizer_3The class Two_vertices_parameterizer_3 parameterizes two extreme vertices of a 3D surface
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
oCPolyhedronTraitsWithKernel_3
\CSparseLinearAlgebraTraits_dThe concept SparseLinearAlgebraTraits_d is used to solve sparse linear systems A \( \times \) X = B
 oCMatrixSparseLinearAlgebraTraits_d::Matrix is a concept of a sparse matrix class
 \CVectorSparseLinearAlgebraTraits_d::Vector is a concept of a vector that can be multiplied by a sparse matrix