From 9570c993442b0ae77a5b3b4c583cdc8541e6160f Mon Sep 17 00:00:00 2001 From: Sven Oesau Date: Thu, 20 Nov 2025 15:05:03 +0100 Subject: [PATCH] removed old references to approximate convex decomposition --- .../doc/Polygon_mesh_processing/PackageDescription.txt | 5 ----- .../doc/Polygon_mesh_processing/examples.txt | 1 - 2 files changed, 6 deletions(-) diff --git a/Polygon_mesh_processing/doc/Polygon_mesh_processing/PackageDescription.txt b/Polygon_mesh_processing/doc/Polygon_mesh_processing/PackageDescription.txt index 5e6deacbc8d..700ec7fdac0 100644 --- a/Polygon_mesh_processing/doc/Polygon_mesh_processing/PackageDescription.txt +++ b/Polygon_mesh_processing/doc/Polygon_mesh_processing/PackageDescription.txt @@ -66,10 +66,6 @@ /// Classes and functions that answer queries about a polygon mesh or its elements. /// \ingroup PkgPolygonMeshProcessingRef -/// \defgroup PMP_convex_decomposition_grp Approximate Convex Decomposition -/// Function to approximate a mesh by a number of convex hulls. -/// \ingroup PkgPolygonMeshProcessingRef - /// \defgroup PMP_IO_grp I/O Functions /// \ingroup PkgPolygonMeshProcessingRef @@ -282,7 +278,6 @@ The page \ref bgl_namedparameters "Named Parameters" describes their usage. - `CGAL::Polygon_mesh_processing::detect_corners_of_regions()` - `CGAL::Polygon_mesh_processing::refine_mesh_at_isolevel()` - `CGAL::Polygon_mesh_processing::refine_with_plane()` -- `CGAL::Polygon_mesh_processing::approximate_convex_decomposition()` \cgalCRPSection{I/O Functions} - \link PMP_IO_grp `CGAL::Polygon_mesh_processing::IO::read_polygon_mesh()`\endlink diff --git a/Polygon_mesh_processing/doc/Polygon_mesh_processing/examples.txt b/Polygon_mesh_processing/doc/Polygon_mesh_processing/examples.txt index a597fe7b355..4d657bcef5e 100644 --- a/Polygon_mesh_processing/doc/Polygon_mesh_processing/examples.txt +++ b/Polygon_mesh_processing/doc/Polygon_mesh_processing/examples.txt @@ -54,5 +54,4 @@ \example Polygon_mesh_processing/sample_example.cpp \example Polygon_mesh_processing/soup_autorefinement.cpp \example Polygon_mesh_processing/snap_polygon_soup.cpp -\example Polygon_mesh_processing/approximate_convex_decomposition.cpp */