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.
#include <CGAL/refine_mesh_3.h>
parameters::internal::Lloyd_options | ||
parameters::no_lloyd () |
// Mesh generation without lloyd optimization C3t3 c3t3 = make_mesh_3<c3t3>(domain, criteria, parameters::no_lloyd());
CGAL::parameters::lloyd
CGAL::lloyd_optimize_mesh_3
CGAL::make_mesh_3
CGAL::refine_mesh_3