CGAL 4.4 - 3D Mesh Generation
|
Enumerations | |
enum | CGAL::Mesh_facet_topology { CGAL::FACET_VERTICES_ON_SURFACE = 1, CGAL::FACET_VERTICES_ON_SAME_SURFACE_PATCH, CGAL::FACET_VERTICES_ON_SAME_SURFACE_PATCH_WITH_ADJACENCY_CHECK } |
The enum Mesh_facet_topology is designed to tell which constraints have to be checked on each surface facet during the mesh refinement process. More... | |
enum | CGAL::Mesh_optimization_return_code { CGAL::BOUND_REACHED = 0, CGAL::TIME_LIMIT_REACHED, CGAL::CANT_IMPROVE_ANYMORE, CGAL::CONVERGENCE_REACHED, CGAL::MAX_ITERATION_NUMBER_REACHED, CGAL::ALL_VERTICES_FROZEN } |
The enum Mesh_optimization_return_code is the output of the global mesh optimization functions. More... | |
The enum Mesh_facet_topology
is designed to tell which constraints have to be checked on each surface facet during the mesh refinement process.
CGAL::Mesh_criteria_3<Tr>
, CGAL::Mesh_facet_criteria_3<Tr>
. #include <CGAL/Mesh_facet_topology.h>
The enum Mesh_optimization_return_code
is the output of the global mesh optimization functions.
This output corresponds to mesh optimization process termination reasons. Note that depending on what parameters have been set to the optimizer, each return value may represent a failure or a success.
CGAL::exude_mesh_3()
CGAL::perturb_mesh_3()
CGAL::lloyd_optimize_mesh_3()
CGAL::odt_optimize_mesh_3()
#include <CGAL/Mesh_optimization_return_code.h>