diff --git a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/K_neighbor_query.h b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/K_neighbor_query.h index 6813d01bec3..87feb7a2bd7 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/K_neighbor_query.h +++ b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/K_neighbor_query.h @@ -217,6 +217,7 @@ namespace Point_set { \ingroup PkgShapeDetectionRGOnPointSet3 shortcut to ease the definition of the class when using `CGAL::Point_set_3`. To be used together with `make_k_neighbor_query()`. + \relates K_neighbor_query */ template using K_neighbor_query_for_point_set = @@ -227,6 +228,7 @@ namespace Point_set { /*! \ingroup PkgShapeDetectionRGOnPointSet3 returns an instance of the sorting class to be used with `CGAL::Point_set_3`, with point and normal maps added to `np`. + \relates K_neighbor_query */ template K_neighbor_query_for_point_set diff --git a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_circle_fit_region.h b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_circle_fit_region.h index 1436bbd4ae5..05d8d4e9149 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_circle_fit_region.h +++ b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_circle_fit_region.h @@ -383,6 +383,7 @@ namespace Point_set { \ingroup PkgShapeDetectionRGOnPointSet3 shortcut to ease the definition of the class when using `CGAL::Point_set_3`. To be used together with `make_least_squares_sphere_fit_sorting()`. + \relates Least_squares_circle_fit_region */ template using Least_squares_circle_fit_region_for_point_set = @@ -394,6 +395,7 @@ namespace Point_set { /*! \ingroup PkgShapeDetectionRGOnPointSet3 returns an instance of the sorting class to be used with `CGAL::Point_set_3`, with point and normal maps added to `np`. + \relates Least_squares_circle_fit_region */ template Least_squares_circle_fit_region_for_point_set diff --git a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_circle_fit_sorting.h b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_circle_fit_sorting.h index 355f8ad1b1e..fee100ee27d 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_circle_fit_sorting.h +++ b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_circle_fit_sorting.h @@ -214,6 +214,7 @@ namespace Point_set { \ingroup PkgShapeDetectionRGOnPointSet3 shortcut to ease the definition of the class when using `CGAL::Point_set_3`. To be used together with `make_least_squares_circle_fit_sorting()`. + \relates Least_squares_circle_fit_sorting */ template using Least_squares_circle_fit_sorting_for_point_set = @@ -225,6 +226,7 @@ namespace Point_set { /*! \ingroup PkgShapeDetectionRGOnPointSet3 returns an instance of the sorting class to be used with `CGAL::Point_set_3`, with point and normal maps added to `np`. + \relates Least_squares_circle_fit_sorting */ template Least_squares_circle_fit_sorting_for_point_set diff --git a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_cylinder_fit_region.h b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_cylinder_fit_region.h index 74ea554455c..59c9992656b 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_cylinder_fit_region.h +++ b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_cylinder_fit_region.h @@ -390,6 +390,7 @@ namespace Point_set { \ingroup PkgShapeDetectionRGOnPointSet3 shortcut to ease the definition of the class when using `CGAL::Point_set_3`. To be used together with `make_least_squares_cylinder_fit_region()`. + \relates Least_squares_cylinder_fit_region */ template using Least_squares_cylinder_fit_region_for_point_set = @@ -401,6 +402,7 @@ namespace Point_set { /*! \ingroup PkgShapeDetectionRGOnPointSet3 returns an instance of the sorting class to be used with `CGAL::Point_set_3`, with point and normal maps added to `np`. + \relates Least_squares_cylinder_fit_region */ template Least_squares_cylinder_fit_region_for_point_set diff --git a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_cylinder_fit_sorting.h b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_cylinder_fit_sorting.h index 9460bda0946..278a2031d4b 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_cylinder_fit_sorting.h +++ b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_cylinder_fit_sorting.h @@ -223,6 +223,7 @@ namespace Point_set { \ingroup PkgShapeDetectionRGOnPointSet3 shortcut to ease the definition of the class when using `CGAL::Point_set_3`. To be used together with `make_least_squares_cylinder_fit_sorting()`. + \relates Least_squares_cylinder_fit_sorting */ template using Least_squares_cylinder_fit_sorting_for_point_set = @@ -235,6 +236,7 @@ namespace Point_set { /*! \ingroup PkgShapeDetectionRGOnPointSet3 returns an instance of the sorting class to be used with `CGAL::Point_set_3`, with point and normal maps added to `np`. + \relates Least_squares_cylinder_fit_sorting */ template Least_squares_cylinder_fit_sorting_for_point_set diff --git a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_line_fit_region.h b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_line_fit_region.h index a3ff4a042d2..064b75421aa 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_line_fit_region.h +++ b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_line_fit_region.h @@ -365,6 +365,7 @@ namespace Point_set { \ingroup PkgShapeDetectionRGOnPointSet3 shortcut to ease the definition of the class when using `CGAL::Point_set_3`. To be used together with `make_least_squares_line_fit_region()`. + \relates Least_squares_line_fit_region */ template using Least_squares_line_fit_region_for_point_set = @@ -376,7 +377,8 @@ namespace Point_set { /*! \ingroup PkgShapeDetectionRGOnPointSet3 returns an instance of the sorting class to be used with `CGAL::Point_set_3`, with point and normal maps added to `np`. - */ + \relates Least_squares_line_fit_region + */ template Least_squares_line_fit_region_for_point_set make_least_squares_line_fit_region(const PointSet3& ps, diff --git a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_line_fit_sorting.h b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_line_fit_sorting.h index 7eda19ea5ab..9a669b80004 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_line_fit_sorting.h +++ b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_line_fit_sorting.h @@ -202,6 +202,7 @@ namespace Point_set { \ingroup PkgShapeDetectionRGOnPointSet3 shortcut to ease the definition of the class when using `CGAL::Point_set_3`. To be used together with `make_least_squares_line_fit_sorting()`. + \relates Least_squares_line_fit_sorting */ template using Least_squares_line_fit_sorting_for_point_set = @@ -213,7 +214,8 @@ namespace Point_set { /*! \ingroup PkgShapeDetectionRGOnPointSet3 returns an instance of the sorting class to be used with `CGAL::Point_set_3`, with point and normal maps added to `np`. - */ + \relates Least_squares_line_fit_sorting + */ template Least_squares_line_fit_sorting_for_point_set make_least_squares_line_fit_sorting(const PointSet3& ps, diff --git a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_plane_fit_region.h b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_plane_fit_region.h index bc5735dcbbd..89b234bae07 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_plane_fit_region.h +++ b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_plane_fit_region.h @@ -366,6 +366,7 @@ namespace Point_set { \ingroup PkgShapeDetectionRGOnPointSet3 shortcut to ease the definition of the class when using `CGAL::Point_set_3`. To be used together with `make_least_squares_plane_fit_region()`. + \relates Least_squares_plane_fit_region */ template using Least_squares_plane_fit_region_for_point_set = @@ -377,6 +378,7 @@ using Least_squares_plane_fit_region_for_point_set = /*! \ingroup PkgShapeDetectionRGOnPointSet3 returns an instance of the sorting class to be used with `CGAL::Point_set_3`, with point and normal maps added to `np`. + \relates Least_squares_plane_fit_region */ template Least_squares_plane_fit_region_for_point_set diff --git a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_plane_fit_sorting.h b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_plane_fit_sorting.h index b0389f46be7..209f2cf6186 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_plane_fit_sorting.h +++ b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_plane_fit_sorting.h @@ -203,6 +203,7 @@ namespace Point_set { \ingroup PkgShapeDetectionRGOnPointSet3 shortcut to ease the definition of the class when using `CGAL::Point_set_3`. To be used together with `make_least_squares_plane_fit_sorting()`. + \relates Least_squares_plane_fit_sorting */ template using Least_squares_plane_fit_sorting_for_point_set = @@ -214,6 +215,7 @@ using Least_squares_plane_fit_sorting_for_point_set = /*! \ingroup PkgShapeDetectionRGOnPointSet3 returns an instance of the sorting class to be used with `CGAL::Point_set_3`, with point and normal maps added to `np`. + \relates Least_squares_plane_fit_sorting */ template Least_squares_plane_fit_sorting_for_point_set diff --git a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_sphere_fit_region.h b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_sphere_fit_region.h index 0029e4da38b..d2689ca1a9e 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_sphere_fit_region.h +++ b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_sphere_fit_region.h @@ -372,6 +372,7 @@ namespace Point_set { \ingroup PkgShapeDetectionRGOnPointSet3 shortcut to ease the definition of the class when using `CGAL::Point_set_3`. To be used together with `make_least_squares_sphere_fit_region()`. + \relates Least_squares_sphere_fit_region */ template using Least_squares_sphere_fit_region_for_point_set = @@ -383,6 +384,7 @@ using Least_squares_sphere_fit_region_for_point_set = /*! \ingroup PkgShapeDetectionRGOnPointSet3 returns an instance of the sorting class to be used with `CGAL::Point_set_3`, with point and normal maps added to `np`. + \relates Least_squares_sphere_fit_region */ template Least_squares_sphere_fit_region_for_point_set diff --git a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_sphere_fit_sorting.h b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_sphere_fit_sorting.h index 1c19a57ad78..774370e918e 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_sphere_fit_sorting.h +++ b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_sphere_fit_sorting.h @@ -213,6 +213,7 @@ namespace Point_set { \ingroup PkgShapeDetectionRGOnPointSet3 shortcut to ease the definition of the class when using `CGAL::Point_set_3`. To be used together with `make_least_squares_sphere_fit_sorting()`. + \relates Least_squares_sphere_fit_sorting */ template using Least_squares_sphere_fit_sorting_for_point_set = @@ -224,6 +225,7 @@ using Least_squares_sphere_fit_sorting_for_point_set = /*! \ingroup PkgShapeDetectionRGOnPointSet3 returns an instance of the sorting class to be used with `CGAL::Point_set_3`, with point and normal maps added to `np`. + \relates Least_squares_sphere_fit_sorting */ template Least_squares_sphere_fit_sorting_for_point_set diff --git a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Sphere_neighbor_query.h b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Sphere_neighbor_query.h index be424045a2f..e36658c45b5 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Sphere_neighbor_query.h +++ b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Sphere_neighbor_query.h @@ -215,6 +215,7 @@ private: \ingroup PkgShapeDetectionRGOnPointSet3 shortcut to ease the definition of the class when using `CGAL::Point_set_3`. To be used together with `make_sphere_neighbor_query()`. + \relates Sphere_neighbor_query */ template using Sphere_neighbor_query_for_point_set = @@ -225,6 +226,7 @@ using Sphere_neighbor_query_for_point_set = /*! \ingroup PkgShapeDetectionRGOnPointSet3 returns an instance of the sorting class to be used with `CGAL::Point_set_3`, with point and normal maps added to `np`. + \relates Sphere_neighbor_query */ template Sphere_neighbor_query_for_point_set