no need for a group

This commit is contained in:
Sébastien Loriot 2025-02-13 01:11:52 +01:00
parent b589c88869
commit 7ff76d605e
2 changed files with 2 additions and 7 deletions

View File

@ -12,10 +12,6 @@
/// Functions to fill holes given as a range of halfedges or as range of points.
/// \ingroup PkgPolygonMeshProcessingRef
/// \defgroup PMP_acvd_grp ACVD Simplification
/// Functions to simplify and remesh triangle meshes based on Approximated Centroidal Voronoi Diagrams (ACVD) with a variety of metrics.
/// \ingroup PkgPolygonMeshProcessingRef
/// \defgroup PMP_meshing_grp Meshing
/// Functions to triangulate faces, and to refine and fair regions of a polygon mesh.
/// \ingroup PkgPolygonMeshProcessingRef
@ -131,6 +127,7 @@ The page \ref bgl_namedparameters "Named Parameters" describes their usage.
- \link PMP_meshing_grp `CGAL::Polygon_mesh_processing::isotropic_remeshing()` \endlink
- \link PMP_meshing_grp `CGAL::Polygon_mesh_processing::surface_Delaunay_remeshing()` \endlink
- \link PMP_meshing_grp `CGAL::Polygon_mesh_processing::split_long_edges()` \endlink
- `CGAL::Polygon_mesh_processing::acvd_isotropic_remeshing()`
- `CGAL::Polygon_mesh_processing::extrude_mesh()`
- `CGAL::Polygon_mesh_processing::smooth_mesh()` (deprecated)
- `CGAL::Polygon_mesh_processing::angle_and_area_smoothing()`
@ -138,8 +135,6 @@ The page \ref bgl_namedparameters "Named Parameters" describes their usage.
- `CGAL::Polygon_mesh_processing::smooth_shape()`
- `CGAL::Polygon_mesh_processing::random_perturbation()`
\cgalCRPSection{ACVD Simplification Functions}
- \link PMP_acvd_grp `CGAL::Polygon_mesh_processing::acvd_isotropic_remeshing()` \endlink
\cgalCRPSection{Sizing Fields}
- `CGAL::Polygon_mesh_processing::Uniform_sizing_field`

View File

@ -1193,7 +1193,7 @@ dump_mesh_with_cluster_colors(pmesh, vertex_cluster_pmap, "/tmp/cluster_"+std::t
} // namespace internal
/**
* \ingroup PMP_acvd_grp
* \ingroup PkgPolygonMeshProcessingRef
*
* performs isotropic Approximated Centroidal Voronoi Diagrams remeshing on a triangle mesh. The remeshing is either uniform or adaptative.
*