From 79f03ff660f0ec80d06f6c2be9dbea44b8d85f34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 22 Dec 2022 17:26:47 +0100 Subject: [PATCH] fix template parameter in the classified user manual --- .../Shape_detection/PackageDescription.txt | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/Shape_detection/doc/Shape_detection/PackageDescription.txt b/Shape_detection/doc/Shape_detection/PackageDescription.txt index c1ee0095c6a..e1f39927836 100644 --- a/Shape_detection/doc/Shape_detection/PackageDescription.txt +++ b/Shape_detection/doc/Shape_detection/PackageDescription.txt @@ -108,32 +108,32 @@ and the Region Growing approach for detecting shapes in a set of arbitrary items - `RegionType` ### Algorithm ### -- `CGAL::Shape_detection::Region_growing<%NeighborQuery, %RegionType, SeedMap>` +- `CGAL::Shape_detection::Region_growing<%NeighborQuery, %RegionType>` ### Point Set ### -- `CGAL::Shape_detection::Point_set::K_neighbor_query` -- `CGAL::Shape_detection::Point_set::Sphere_neighbor_query` +- `CGAL::Shape_detection::Point_set::K_neighbor_query` +- `CGAL::Shape_detection::Point_set::Sphere_neighbor_query` -- `CGAL::Shape_detection::Point_set::Least_squares_line_fit_region` -- `CGAL::Shape_detection::Point_set::Least_squares_circle_fit_region` -- `CGAL::Shape_detection::Point_set::Least_squares_plane_fit_region` -- `CGAL::Shape_detection::Point_set::Least_squares_sphere_fit_region` -- `CGAL::Shape_detection::Point_set::Least_squares_cylinder_fit_region` +- `CGAL::Shape_detection::Point_set::Least_squares_line_fit_region` +- `CGAL::Shape_detection::Point_set::Least_squares_circle_fit_region` +- `CGAL::Shape_detection::Point_set::Least_squares_plane_fit_region` +- `CGAL::Shape_detection::Point_set::Least_squares_sphere_fit_region` +- `CGAL::Shape_detection::Point_set::Least_squares_cylinder_fit_region` -- `CGAL::Shape_detection::Point_set::Least_squares_line_fit_sorting` -- `CGAL::Shape_detection::Point_set::Least_squares_circle_fit_sorting` -- `CGAL::Shape_detection::Point_set::Least_squares_plane_fit_sorting` -- `CGAL::Shape_detection::Point_set::Least_squares_sphere_fit_sorting` -- `CGAL::Shape_detection::Point_set::Least_squares_cylinder_fit_sorting` +- `CGAL::Shape_detection::Point_set::Least_squares_line_fit_sorting` +- `CGAL::Shape_detection::Point_set::Least_squares_circle_fit_sorting` +- `CGAL::Shape_detection::Point_set::Least_squares_plane_fit_sorting` +- `CGAL::Shape_detection::Point_set::Least_squares_sphere_fit_sorting` +- `CGAL::Shape_detection::Point_set::Least_squares_cylinder_fit_sorting` ### Segment Set ### -- `CGAL::Shape_detection::Segment_set::Least_squares_line_fit_region` -- `CGAL::Shape_detection::Segment_set::Least_squares_line_fit_sorting` +- `CGAL::Shape_detection::Segment_set::Least_squares_line_fit_region` +- `CGAL::Shape_detection::Segment_set::Least_squares_line_fit_sorting` ### Polygon Mesh ### - `CGAL::Shape_detection::Polygon_mesh::One_ring_neighbor_query` -- `CGAL::Shape_detection::Polygon_mesh::Polyline_graph` -- `CGAL::Shape_detection::Polygon_mesh::Least_squares_plane_fit_region` -- `CGAL::Shape_detection::Polygon_mesh::Least_squares_plane_fit_sorting` +- `CGAL::Shape_detection::Polygon_mesh::Polyline_graph` +- `CGAL::Shape_detection::Polygon_mesh::Least_squares_plane_fit_region` +- `CGAL::Shape_detection::Polygon_mesh::Least_squares_plane_fit_sorting` */