|
CGAL 6.3 - Planar Parameterization of Triangulated Surface Meshes
|
The enum classes defined and used in this package.
Functions | |
| const char * | CGAL::Surface_mesh_parameterization::get_error_message (int error_code) |
| gets the message corresponding to an error code. | |
| const char * | CGAL::Surface_mesh_parameterization::get_orbifold_type (int orb_type) |
| Convert the orbifold type to a literal message. | |
#include <CGAL/Surface_mesh_parameterization/orbifold_enums.h>
A classification type for the cones used in Orbifold Tutte parameterization.
#include <CGAL/Surface_mesh_parameterization/Error_code.h>
List of errors detected by this package.
#include <CGAL/Surface_mesh_parameterization/orbifold_enums.h>
The four orbifold types available in the Orbifold Tutte parameterization.
The different shapes result from the number of cones and the angle constraints at the cones.
#include <CGAL/Surface_mesh_parameterization/orbifold_enums.h>
The two possible weight types available in the Orbifold Tutte parameterization.
| const char * CGAL::Surface_mesh_parameterization::get_error_message | ( | int | error_code | ) |
#include <CGAL/Surface_mesh_parameterization/Error_code.h>
gets the message corresponding to an error code.
| error_code | The code returned by parameterize() |
| const char * CGAL::Surface_mesh_parameterization::get_orbifold_type | ( | int | orb_type | ) |
#include <CGAL/Surface_mesh_parameterization/orbifold_enums.h>
Convert the orbifold type to a literal message.
| orb_type | the integer value in the enum |