|
Default_named_parameters | default_values () |
|
unspecified_type | manifold () |
| The function parameters::manifold() is used to drive the meshing algorithm for surfaces. More...
|
|
unspecified_type | non_manifold () |
| The function parameters::non_manifold() is used to drive the meshing algorithm for surfaces. More...
|
|
unspecified_type | manifold_with_boundary () |
| The function parameters::manifold_with_boundary() is used to drive the meshing algorithm for surfaces. More...
|
|
template<class NamedParameters = parameters::Default_named_parameters> |
unspecified_type | exude (const Named_function_parameters &np=parameters::default_values()) |
| The function parameters::exude() allows the user to trigger a call to exude_mesh_3() in the make_mesh_3() and refine_mesh_3() mesh generation functions. More...
|
|
unspecified_type | features () |
| Provides an option indicating that 0 and 1-dimensional features have to be taken into account (the domain must be a model of MeshDomainWithFeatures_3 ). More...
|
|
template<class NamedParameters = parameters::Default_named_parameters> |
unspecified_type | lloyd (const Named_function_parameters &np=parameters::default_values()) |
| The function parameters::lloyd() allows the user to trigger a call of lloyd_optimize_mesh_3() in the mesh generation functions make_mesh_3() and refine_mesh_3() . More...
|
|
unspecified_type | no_exude () |
| The function parameters::no_exude() allows the user to tell the mesh generation functions make_mesh_3() and refine_mesh_3() that no exudation must be done. More...
|
|
unspecified_type | no_features () |
| Provides an option indicating no special treatment should be done with 0 and 1-dimensional features. More...
|
|
unspecified_type | no_lloyd () |
| The function parameters::no_lloyd() allows the user to tell the mesh generation functions make_mesh_3() and refine_mesh_3() that no lloyd optimization must be done. More...
|
|
unspecified_type | no_odt () |
| The function parameters::no_odt() allows the user to tell the mesh generation functions make_mesh_3() and refine_mesh_3() that no ODT optimization must be done. More...
|
|
unspecified_type | no_perturb () |
| The function parameters::no_perturb() allows the user to tell mesh generation global functions make_mesh_3() and refine_mesh_3() that no perturbation must be done. More...
|
|
template<class NamedParameters = parameters::Default_named_parameters> |
unspecified_type | odt (const Named_function_parameters &np=parameters::default_values()) |
| The function parameters::odt() allows the user to trigger a call to CGAL::odt_optimize_mesh_3() in CGAL::make_mesh_3() and CGAL::refine_mesh_3() mesh optimization functions. More...
|
|
template<class NamedParameters = parameters::Default_named_parameters> |
unspecified_type | perturb (const Named_function_parameters &np=parameters::default_values()) |
| The function parameters::perturb() allows the user to trigger a call to perturb_mesh_3() in make_mesh_3() and refine_mesh_3() mesh generation functions. More...
|
|