From d2e5e73fa67baebca52403817e2bb02eb86f5034 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 20 Sep 2012 12:08:26 +0000 Subject: [PATCH] add grouping and fix links --- .../CGAL/Algebraic_kernel_for_spheres_2_3.h | 2 +- .../doc/Circular_kernel_3/CGAL/Circle_type.h | 3 +- .../Circular_kernel_3/CGAL/Circular_arc_3.h | 2 +- .../CGAL/Circular_arc_point_3.h | 2 +- .../CGAL/Exact_spherical_kernel_3.h | 2 +- .../doc/Circular_kernel_3/CGAL/Line_arc_3.h | 2 +- .../Circular_kernel_3/CGAL/Polynomials_1_3.h | 2 +- .../Circular_kernel_3/CGAL/Polynomials_2_3.h | 2 +- .../CGAL/Polynomials_for_line_3.h | 2 +- .../CGAL/Root_for_spheres_2_3.h | 2 +- .../CGAL/Spherical_kernel_3.h | 2 +- .../global_functions_spherical_kernel_3.h | 60 +++++++++---------- .../Circular_kernel_3/Circular_kernel_3.txt | 6 +- .../AlgebraicKernelForSpheres--CompareX.h | 2 +- .../AlgebraicKernelForSpheres--CompareXY.h | 2 +- .../AlgebraicKernelForSpheres--CompareXYZ.h | 2 +- .../AlgebraicKernelForSpheres--CompareY.h | 2 +- .../AlgebraicKernelForSpheres--CompareZ.h | 2 +- ...ernelForSpheres--ConstructPolynomial_1_3.h | 2 +- ...rSpheres--ConstructPolynomialsForLines_3.h | 2 +- ...rnelForSpheres--PolynomialForSpheres_2_3.h | 2 +- ...lgebraicKernelForSpheres--Polynomial_1_3.h | 2 +- ...ernelForSpheres--PolynomialsForCircles_3.h | 2 +- ...raicKernelForSpheres--RootForSpheres_2_3.h | 2 +- .../AlgebraicKernelForSpheres--SignAt.h | 2 +- .../AlgebraicKernelForSpheres--Solve.h | 2 +- ...gebraicKernelForSpheres--XCriticalPoints.h | 2 +- ...gebraicKernelForSpheres--YCriticalPoints.h | 2 +- ...gebraicKernelForSpheres--ZCriticalPoints.h | 2 +- .../Concepts/AlgebraicKernelForSpheres.h | 4 +- .../Concepts/SphericalKernel--BoundedSide_3.h | 2 +- .../SphericalKernel--CircularArcPoint_3.h | 4 +- .../Concepts/SphericalKernel--CircularArc_3.h | 4 +- .../SphericalKernel--CompareThetaZ_3.h | 2 +- .../SphericalKernel--CompareTheta_3.h | 2 +- .../Concepts/SphericalKernel--CompareXYZ_3.h | 2 +- .../Concepts/SphericalKernel--CompareXY_3.h | 2 +- .../Concepts/SphericalKernel--CompareX_3.h | 2 +- .../Concepts/SphericalKernel--CompareY_3.h | 2 +- .../SphericalKernel--CompareZAtTheta_3.h | 2 +- .../SphericalKernel--CompareZToRight_3.h | 2 +- .../Concepts/SphericalKernel--CompareZ_3.h | 2 +- ...hericalKernel--ComputeApproximateAngle_3.h | 2 +- ...ernel--ComputeApproximateSquaredLength_3.h | 2 +- .../SphericalKernel--ComputeCircularX_3.h | 2 +- .../SphericalKernel--ComputeCircularY_3.h | 2 +- .../SphericalKernel--ComputeCircularZ_3.h | 2 +- .../SphericalKernel--ConstructBbox_3.h | 2 +- .../SphericalKernel--ConstructCircle_3.h | 2 +- ...ricalKernel--ConstructCircularArcPoint_3.h | 2 +- .../SphericalKernel--ConstructCircularArc_3.h | 2 +- ...icalKernel--ConstructCircularMaxVertex_3.h | 2 +- ...icalKernel--ConstructCircularMinVertex_3.h | 2 +- ...lKernel--ConstructCircularSourceVertex_3.h | 2 +- ...lKernel--ConstructCircularTargetVertex_3.h | 2 +- .../SphericalKernel--ConstructLineArc_3.h | 2 +- .../SphericalKernel--ConstructLine_3.h | 2 +- .../SphericalKernel--ConstructPlane_3.h | 2 +- .../SphericalKernel--ConstructSphere_3.h | 2 +- .../Concepts/SphericalKernel--DoIntersect_3.h | 2 +- .../Concepts/SphericalKernel--DoOverlap_3.h | 2 +- .../Concepts/SphericalKernel--Equal_3.h | 2 +- .../Concepts/SphericalKernel--GetEquation.h | 2 +- .../SphericalKernel--HasOnBoundedSide_3.h | 2 +- .../SphericalKernel--HasOnUnboundedSide_3.h | 2 +- .../Concepts/SphericalKernel--HasOn_3.h | 2 +- .../Concepts/SphericalKernel--Intersect_3.h | 2 +- .../SphericalKernel--IsThetaMonotone_3.h | 2 +- .../Concepts/SphericalKernel--LineArc_3.h | 4 +- .../SphericalKernel--MakeThetaMonotone_3.h | 2 +- .../Concepts/SphericalKernel--Split_3.h | 2 +- .../Concepts/SphericalKernel.h | 4 +- .../Circular_kernel_3/PackageDescription.txt | 17 +++++- 73 files changed, 125 insertions(+), 109 deletions(-) diff --git a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Algebraic_kernel_for_spheres_2_3.h b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Algebraic_kernel_for_spheres_2_3.h index c854e894f5a..2f8931b7029 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Algebraic_kernel_for_spheres_2_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Algebraic_kernel_for_spheres_2_3.h @@ -2,7 +2,7 @@ namespace CGAL { /*! -\ingroup PkgSphericalKernel3 +\ingroup PkgSphericalKernel3AlgebraicClasses \models ::AlgebraicKernelForSpheres diff --git a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Circle_type.h b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Circle_type.h index 8a63580db63..81697b266e1 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Circle_type.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Circle_type.h @@ -1,6 +1,7 @@ namespace CGAL { /*! - \ingroup PkgSphericalKernel3 + \ingroup PkgSphericalKernel3GeometricClasses + The enum `Circle_type` is used to classify an object of type `Circle_3`, so as to specify its type (normal,polar,bipolar or threaded), as defined in section \ref sectionSKobjects. diff --git a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Circular_arc_3.h b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Circular_arc_3.h index c439bea61c6..afdc11b4fb4 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Circular_arc_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Circular_arc_3.h @@ -2,7 +2,7 @@ namespace CGAL { /*! -\ingroup PkgSphericalKernel3 +\ingroup PkgSphericalKernel3GeometricClasses \models ::SphericalKernel::CircularArc_3 diff --git a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Circular_arc_point_3.h b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Circular_arc_point_3.h index cf9c99fd4ed..0f490edd76f 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Circular_arc_point_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Circular_arc_point_3.h @@ -2,7 +2,7 @@ namespace CGAL { /*! -\ingroup PkgSphericalKernel3 +\ingroup PkgSphericalKernel3GeometricClasses \models ::SphericalKernel::CircularArcPoint_3 diff --git a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Exact_spherical_kernel_3.h b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Exact_spherical_kernel_3.h index 2ddf48dc709..182c2108f8c 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Exact_spherical_kernel_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Exact_spherical_kernel_3.h @@ -2,7 +2,7 @@ namespace CGAL { /*! -\ingroup PkgSphericalKernel3 +\ingroup PkgSphericalKernel3GeometricClasses A typedef to a spherical kernel that provides both exact geometric predicates and exact geometric constructions.
diff --git a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Line_arc_3.h b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Line_arc_3.h index db5b683f4fc..aa82d8de394 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Line_arc_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Line_arc_3.h @@ -2,7 +2,7 @@ namespace CGAL { /*! -\ingroup PkgSphericalKernel3 +\ingroup PkgSphericalKernel3GeometricClasses \models ::SphericalKernel::LineArc_3 diff --git a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Polynomials_1_3.h b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Polynomials_1_3.h index ac4f80abfdc..7e10a05716d 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Polynomials_1_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Polynomials_1_3.h @@ -2,7 +2,7 @@ namespace CGAL { /*! -\ingroup PkgSphericalKernel3 +\ingroup PkgSphericalKernel3AlgebraicClasses \models ::AlgebraicKernelForSpheres::Polynomial_1_3 diff --git a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Polynomials_2_3.h b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Polynomials_2_3.h index 495d18b2fce..dfdc3e31562 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Polynomials_2_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Polynomials_2_3.h @@ -2,7 +2,7 @@ namespace CGAL { /*! -\ingroup PkgSphericalKernel3 +\ingroup PkgSphericalKernel3AlgebraicClasses \models ::AlgebraicKernelForSpheres::PolynomialForSpheres_2_3 diff --git a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Polynomials_for_line_3.h b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Polynomials_for_line_3.h index 31d8b6bd941..03abb3ea229 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Polynomials_for_line_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Polynomials_for_line_3.h @@ -2,7 +2,7 @@ namespace CGAL { /*! -\ingroup PkgSphericalKernel3 +\ingroup PkgSphericalKernel3AlgebraicClasses \models ::AlgebraicKernelForSpheres::PolynomialsForLines_3 diff --git a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Root_for_spheres_2_3.h b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Root_for_spheres_2_3.h index 407d8d0f358..f80b9159a38 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Root_for_spheres_2_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Root_for_spheres_2_3.h @@ -2,7 +2,7 @@ namespace CGAL { /*! -\ingroup PkgSphericalKernel3 +\ingroup PkgSphericalKernel3AlgebraicClasses \models ::AlgebraicKernelForSpheres::RootForSpheres_2_3 diff --git a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Spherical_kernel_3.h b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Spherical_kernel_3.h index a08e852fb45..abf6a7d6efa 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Spherical_kernel_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Spherical_kernel_3.h @@ -2,7 +2,7 @@ namespace CGAL { /*! -\ingroup PkgSphericalKernel3 +\ingroup PkgSphericalKernel3GeometricClasses \models ::SphericalKernel diff --git a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/global_functions_spherical_kernel_3.h b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/global_functions_spherical_kernel_3.h index f26077d347a..e231be937e5 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/global_functions_spherical_kernel_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/global_functions_spherical_kernel_3.h @@ -1,7 +1,7 @@ namespace CGAL { /*! -\ingroup PkgSphericalKernel3 +\ingroup PkgSphericalKernel3GeometricFunctions Classify a circle according to `sphere`, as defined in section \ref sectionSKobjects. \pre `c` lies on `sphere`. @@ -17,7 +17,7 @@ classify(const Circle_3 & c, const Sphere_3& s namespace CGAL { /*! -\ingroup PkgSphericalKernel3 +\ingroup PkgSphericalKernel3GeometricFunctions Compares the \f$ \theta\f$-coordinates of \f$ p\f$ and \f$ q\f$ relatively to `sphere`. \pre `p` and `q` lie on `sphere`, but do not coincide with the poles of `sphere`. @@ -37,11 +37,11 @@ compare_theta(const Circular_arc_point_3 & p, const Circular_arc_point_3 & q,const Sphere_3& sphere); /*! -\ingroup PkgSphericalKernel3 +\ingroup PkgSphericalKernel3GeometricFunctions Compares the \f$ \theta\f$-coordinates of \f$ p\f$ and of the meridian defined by \f$ m\f$ (see section \ref sectionSKobjects) -in the cylindrical coordinate system relative to `sphere` . +in the cylindrical coordinate system relative to `sphere`. \pre `p` lies on `sphere`, but does not coincide with its poles. \f$ m \neq(0,0,0)\f$ and the \f$ z\f$-coordinate of \f$ m\f$ is \f$ 0\f$. \sa `CGAL::compare_x` @@ -58,7 +58,7 @@ Comparison_result compare_theta(const SphericalKernel::Circular_arc_point_3 &p, const SphericalKernel::Vector_3 &m, const SphericalKernel::Sphere_3& sphere ); /*! -\ingroup PkgSphericalKernel3 +\ingroup PkgSphericalKernel3GeometricFunctions Same as previous, with opposite result. @@ -80,7 +80,7 @@ compare_theta(const SphericalKernel::Vector_3 &m,const SphericalKernel::Circular namespace CGAL { /*! -\ingroup PkgSphericalKernel3 +\ingroup PkgSphericalKernel3GeometricFunctions Compares \f$ p\f$ and \f$ q\f$ according to the lexicographic ordering on \f$ \theta\f$ and \f$ z\f$-coordinates in the cylindrical coordinate system relative to `sphere`. @@ -105,9 +105,9 @@ const Circular_arc_point_3 & q,const Sphere_3& namespace CGAL { /*! -\ingroup PkgSphericalKernel3 +\ingroup PkgSphericalKernel3GeometricFunctions -Tests whether the arc \f$ a\f$ is \f$ \theta\f$-monotone, i.e. the intersection of +Tests whether the arc \f$ a\f$ is \f$ \theta\f$-monotone, i.e.\ the intersection of any meridian anchored at the poles `sphere` and the arc \f$ a\f$ is reduced to at most one point in general, and two points if a pole of `sphere` is an endpoint of the arc. Note that a bipolar circle has no such arcs. @@ -122,11 +122,11 @@ is_theta_monotone(const Circular_arc_3 & a,const Sphere_3 & c, const Sphere_3 x_extremal_point(const Sphere_3 & c, bool b); /*! -\ingroup PkgSphericalKernel3 +\ingroup PkgSphericalKernel3GeometricFunctions Same for a circle. \pre The circle is not contained in a plane orthogonal to the \f$ x\f$-axis. @@ -183,7 +183,7 @@ x_extremal_point(const Circle_3 & c, bool b); namespace CGAL { /*! -\ingroup PkgSphericalKernel3 +\ingroup PkgSphericalKernel3GeometricFunctions Copies in the output iterator the \f$ x\f$-extremal points of the sphere. `res` iterates on elements of type @@ -195,7 +195,7 @@ x_extremal_points(const Sphere_3 & c, OutputIterator res); /*! -\ingroup PkgSphericalKernel3 +\ingroup PkgSphericalKernel3GeometricFunctions Copies in the output iterator the \f$ x\f$-extremal points of the circle. `res` iterates on elements of type @@ -213,18 +213,18 @@ OutputIterator res); namespace CGAL { /*! -\ingroup PkgSphericalKernel3 +\ingroup PkgSphericalKernel3GeometricFunctions Returns the point on the sphere that is extremal in the -\f$ y\f$-direction, and that is the smallest (resp. largest) of the two +\f$ y\f$-direction, and that is the smallest (resp.\ largest) of the two \f$ y\f$-extremal points for the lexicographic order if \f$ b\f$ is `true` -(resp. `false`). +(resp.\ `false`). */ Circular_arc_point_3 y_extremal_point(const Sphere_3 & c, bool b); /*! -\ingroup PkgSphericalKernel3 +\ingroup PkgSphericalKernel3GeometricFunctions Same for a circle. \pre The circle is not contained in a plane orthogonal to the \f$ y\f$-axis. @@ -237,7 +237,7 @@ y_extremal_point(const Circle_3 & c, bool b); namespace CGAL { /*! -\ingroup PkgSphericalKernel3 +\ingroup PkgSphericalKernel3GeometricFunctions Copies in the output iterator the \f$ y\f$-extremal points of the sphere. `res` iterates on elements of type @@ -249,7 +249,7 @@ y_extremal_points(const Sphere_3 & c, OutputIterator res); /*! -\ingroup PkgSphericalKernel3 +\ingroup PkgSphericalKernel3GeometricFunctions Copies in the output iterator the \f$ y\f$-extremal points of the circle. `res` iterates on elements of type @@ -267,18 +267,18 @@ OutputIterator res); namespace CGAL { /*! -\ingroup PkgSphericalKernel3 +\ingroup PkgSphericalKernel3GeometricFunctions Returns the point on the sphere that is extremal in the -\f$ z\f$-direction, and that is the smallest (resp. largest) of the two +\f$ z\f$-direction, and that is the smallest (resp.\ largest) of the two \f$ z\f$-extremal points for the lexicographic order if \f$ b\f$ is `true` -(resp. `false`). +(resp.\ `false`). */ Circular_arc_point_3 z_extremal_point(const Sphere_3 & c, bool b); /*! -\ingroup PkgSphericalKernel3 +\ingroup PkgSphericalKernel3GeometricFunctions Same for a circle. \pre The circle is not contained in a plane orthogonal to the \f$ z\f$-axis. @@ -291,7 +291,7 @@ z_extremal_point(const Circle_3 & c, bool b); namespace CGAL { /*! -\ingroup PkgSphericalKernel3 +\ingroup PkgSphericalKernel3GeometricFunctions Copies in the output iterator the \f$ z\f$-extremal points of the sphere. `res` iterates on elements of type @@ -303,7 +303,7 @@ z_extremal_points(const Sphere_3 & c, OutputIterator res); /*! -\ingroup PkgSphericalKernel3 +\ingroup PkgSphericalKernel3GeometricFunctions Copies in the output iterator the \f$ z\f$-extremal points of the circle. `res` iterates on elements of type diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Circular_kernel_3.txt b/Circular_kernel_3/doc/Circular_kernel_3/Circular_kernel_3.txt index a843081f815..e7471d8f139 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Circular_kernel_3.txt +++ b/Circular_kernel_3/doc/Circular_kernel_3/Circular_kernel_3.txt @@ -1,7 +1,7 @@ namespace CGAL { /*! -\mainpage 3D Spherical Geometry Kernel +\mainpage 3D Spherical Geometry %Kernel \anchor chaptersphericalkernel \authors Pedro Machado Manhães de Castro, Frédéric Cazals, Sébastien Loriot, and Monique Teillaud @@ -41,14 +41,14 @@ them, which explains the need for a new point type. A consistent set of predicates and constructions is offered on these new types. -General functionalities +General Functionalities The spherical kernel currently implements a set of fundamental functionalities like intersection, comparisons, inclusion, etc. More might be provided in the future, as long as only algebraic numbers of degree two are used. -Functionalities relative to a sphere +Functionalities Relative to a Sphere The interface of the underlying objects is extended by providing additional operations that make sense only if the objects are diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--CompareX.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--CompareX.h index ecc5f9c8b23..368a004e396 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--CompareX.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--CompareX.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3AlgebraicConcepts \cgalconcept A model `fo` of this concept must provide: diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--CompareXY.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--CompareXY.h index 7647880b770..c90fe480b57 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--CompareXY.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--CompareXY.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept \sa `AlgebraicKernelForSpheres::CompareX` diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--CompareXYZ.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--CompareXYZ.h index 3410596c6f2..92978e4d645 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--CompareXYZ.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--CompareXYZ.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept \sa `AlgebraicKernelForSpheres::CompareX` diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--CompareY.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--CompareY.h index 70838832a85..be580726c48 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--CompareY.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--CompareY.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3AlgebraicConcepts \cgalconcept \sa `AlgebraicKernelForSpheres::CompareX` diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--CompareZ.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--CompareZ.h index 69eb3734e04..c8036cfc9b5 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--CompareZ.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--CompareZ.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept \sa `AlgebraicKernelForSpheres::CompareX` diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--ConstructPolynomial_1_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--ConstructPolynomial_1_3.h index 51c1734abfb..e5bfd38c9e9 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--ConstructPolynomial_1_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--ConstructPolynomial_1_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3AlgebraicConcepts \cgalconcept \sa `SphericalKernel::ConstructPlane_3` diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--ConstructPolynomialsForLines_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--ConstructPolynomialsForLines_3.h index 31247782b38..3fb72b32a59 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--ConstructPolynomialsForLines_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--ConstructPolynomialsForLines_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3AlgebraicConcepts \cgalconcept \sa `SphericalKernel::ConstructLine_3` diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--PolynomialForSpheres_2_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--PolynomialForSpheres_2_3.h index 6f91dfad065..0b32329a70f 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--PolynomialForSpheres_2_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--PolynomialForSpheres_2_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3AlgebraicConcepts \cgalconcept Concept to represent diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--Polynomial_1_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--Polynomial_1_3.h index 22d242182f5..dfef60c64ed 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--Polynomial_1_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--Polynomial_1_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3AlgebraicConcepts \cgalconcept Concept to represent trivariate polynomials of degree 1 whose diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--PolynomialsForCircles_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--PolynomialsForCircles_3.h index 76d982fa1e4..6308720892b 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--PolynomialsForCircles_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--PolynomialsForCircles_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3AlgebraicConcepts \cgalconcept Concept to represent a system of polynomials on `FieldNumberType` diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--RootForSpheres_2_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--RootForSpheres_2_3.h index 41a63e7f880..ccaa6014f4a 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--RootForSpheres_2_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--RootForSpheres_2_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3AlgebraicConcepts \cgalconcept Concept to represent the roots of a system of three equations of degree 2 diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--SignAt.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--SignAt.h index a0ec6c62666..4ef3386c239 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--SignAt.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--SignAt.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3AlgebraicConcepts \cgalconcept */ diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--Solve.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--Solve.h index d36c4da539c..48eccc63cce 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--Solve.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--Solve.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3AlgebraicConcepts \cgalconcept */ diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--XCriticalPoints.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--XCriticalPoints.h index 35ea0939145..079e6277a55 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--XCriticalPoints.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--XCriticalPoints.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3AlgebraicConcepts \cgalconcept \sa `AlgebraicKernelForSpheres::YCriticalPoints` diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--YCriticalPoints.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--YCriticalPoints.h index b3299a1a371..ef2d0164d5b 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--YCriticalPoints.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--YCriticalPoints.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3AlgebraicConcepts \cgalconcept \sa `AlgebraicKernelForSpheres::XCriticalPoints` diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--ZCriticalPoints.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--ZCriticalPoints.h index e8339dbd719..f53a039b30e 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--ZCriticalPoints.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--ZCriticalPoints.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3AlgebraicConcepts \cgalconcept \sa `AlgebraicKernelForSpheres::XCriticalPoints` diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres.h index 27c29747148..8d1488abe49 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres.h @@ -1,13 +1,13 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3AlgebraicConcepts \cgalconcept The `AlgebraicKernelForSpheres` concept is meant to provide the curved kernel with all the algebraic functionalities required for the manipulation of spheres, circles, and circular arcs in 3D. -\hasModel Algebraic_kernel_for_spheres_2_3 +\hasModel CGAL::Algebraic_kernel_for_spheres_2_3 \sa `SphericalKernel` \sa `CGAL::Spherical_kernel_3` diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--BoundedSide_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--BoundedSide_3.h index 05cf060470a..e60e41a7c73 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--BoundedSide_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--BoundedSide_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept \brief diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CircularArcPoint_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CircularArcPoint_3.h index 78f4eee20de..78da78b2bb7 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CircularArcPoint_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CircularArcPoint_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept Concept for points on spheres, circles, circular arcs or line arcs. @@ -9,7 +9,7 @@ Concept for points on spheres, circles, circular arcs or line arcs. \refines `Assignable` \refines `DefaultConstructible` -\hasModel CGAL::Circular_arc_point_3 +\hasModel `CGAL::Circular_arc_point_3` */ diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CircularArc_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CircularArc_3.h index 8a8f434a74f..8ad32fabdc9 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CircularArc_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CircularArc_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept Concept for arcs of circles. @@ -9,7 +9,7 @@ Concept for arcs of circles. \refines `Assignable` \refines `DefaultConstructible` -\hasModel CGAL::Circular_arc_3 +\hasModel `CGAL::Circular_arc_3` */ diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareThetaZ_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareThetaZ_3.h index 0dbf6caf6ff..670f8af9091 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareThetaZ_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareThetaZ_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareTheta_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareTheta_3.h index 679bfe90fe8..9b27a6061df 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareTheta_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareTheta_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareXYZ_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareXYZ_3.h index e4067daf046..3fbf7633b87 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareXYZ_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareXYZ_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept \refines `Kernel::CompareXYZ_3` diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareXY_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareXY_3.h index 55ccfda7707..433ac989562 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareXY_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareXY_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept \brief diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareX_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareX_3.h index 30f8974d309..930d2da0073 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareX_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareX_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept \brief diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareY_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareY_3.h index 706ac77f779..40c4911f661 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareY_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareY_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept \brief diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareZAtTheta_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareZAtTheta_3.h index 6b019a0e912..ebde4d19ae2 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareZAtTheta_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareZAtTheta_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept \sa `SphericalKernel::CompareZToRight_3` diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareZToRight_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareZToRight_3.h index 9c09d181161..59306ceed0e 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareZToRight_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareZToRight_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareZ_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareZ_3.h index 47ac439c814..6274847e063 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareZ_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--CompareZ_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept \refines `Kernel::CompareZ_3` diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ComputeApproximateAngle_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ComputeApproximateAngle_3.h index 8dc177c8518..c76547dd4f0 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ComputeApproximateAngle_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ComputeApproximateAngle_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept An object `fo` of this type must provide: diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ComputeApproximateSquaredLength_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ComputeApproximateSquaredLength_3.h index 33830db5ff9..6abe0db4950 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ComputeApproximateSquaredLength_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ComputeApproximateSquaredLength_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept \refines ::Kernel::ComputeApproximateSquaredLength_3 diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ComputeCircularX_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ComputeCircularX_3.h index cf3befdeb4d..fa3d6e7f8a9 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ComputeCircularX_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ComputeCircularX_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept */ diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ComputeCircularY_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ComputeCircularY_3.h index 913ed31fba0..b03fb03797e 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ComputeCircularY_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ComputeCircularY_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept */ class SphericalKernel::ComputeCircularY_3 { diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ComputeCircularZ_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ComputeCircularZ_3.h index 2b4dd0b4411..fcdd17065b2 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ComputeCircularZ_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ComputeCircularZ_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept */ diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructBbox_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructBbox_3.h index e0840c5b584..884c62f851a 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructBbox_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructBbox_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructCircle_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructCircle_3.h index 3aee284fdb6..c80008807a4 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructCircle_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructCircle_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept \sa `SphericalKernel::GetEquation` diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructCircularArcPoint_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructCircularArcPoint_3.h index 243187fa6df..c0438abb7ad 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructCircularArcPoint_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructCircularArcPoint_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept */ diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructCircularArc_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructCircularArc_3.h index a3139170c56..0d15a9e9861 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructCircularArc_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructCircularArc_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept The circular arc constructed from a circle, a source, and a target, is diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructCircularMaxVertex_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructCircularMaxVertex_3.h index f81f2c730ae..758fe0dcab1 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructCircularMaxVertex_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructCircularMaxVertex_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept */ diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructCircularMinVertex_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructCircularMinVertex_3.h index 84edd6252ac..5c7336fee49 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructCircularMinVertex_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructCircularMinVertex_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept */ diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructCircularSourceVertex_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructCircularSourceVertex_3.h index d610b9c55e3..4209a4a391d 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructCircularSourceVertex_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructCircularSourceVertex_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept */ diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructCircularTargetVertex_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructCircularTargetVertex_3.h index 7c5cef5a401..e7a89cc68bb 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructCircularTargetVertex_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructCircularTargetVertex_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept */ diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructLineArc_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructLineArc_3.h index 4b171002560..23cd0a8ee20 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructLineArc_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructLineArc_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept */ diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructLine_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructLine_3.h index 34fb47f1ee0..5d454380ce5 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructLine_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructLine_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept \brief diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructPlane_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructPlane_3.h index cc216b9a35f..cf480677fe2 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructPlane_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructPlane_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept \brief diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructSphere_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructSphere_3.h index a00519986f6..9459baae566 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructSphere_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--ConstructSphere_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept \brief diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--DoIntersect_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--DoIntersect_3.h index 7db49914719..3c2c641a4d7 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--DoIntersect_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--DoIntersect_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept \brief Testing whether two curves intersect. diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--DoOverlap_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--DoOverlap_3.h index b660646019d..a00684e41bc 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--DoOverlap_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--DoOverlap_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept \refines ::Kernel::DoOverlap_3 diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--Equal_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--Equal_3.h index b91865694e0..813cf66944c 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--Equal_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--Equal_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept Testing equality between objects. diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--GetEquation.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--GetEquation.h index d4c7fef6772..96f802d3d6f 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--GetEquation.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--GetEquation.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept A model `fo` of this concept must provide: diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--HasOnBoundedSide_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--HasOnBoundedSide_3.h index 365a7b17da8..eaaabee6077 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--HasOnBoundedSide_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--HasOnBoundedSide_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept \brief diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--HasOnUnboundedSide_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--HasOnUnboundedSide_3.h index 6bf6a8d0648..d68a8c3c8c7 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--HasOnUnboundedSide_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--HasOnUnboundedSide_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept \brief diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--HasOn_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--HasOn_3.h index 3183943d08b..62f4e9c787f 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--HasOn_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--HasOn_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept An object fo of this type must provide: diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--Intersect_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--Intersect_3.h index ad7116c7dc1..97af2020265 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--Intersect_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--Intersect_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--IsThetaMonotone_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--IsThetaMonotone_3.h index 1493a53b00c..2582fcbf036 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--IsThetaMonotone_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--IsThetaMonotone_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--LineArc_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--LineArc_3.h index efa33e9ffe1..8f2d2a515d7 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--LineArc_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--LineArc_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept Concept for line segments supported by a line that is a model of @@ -11,7 +11,7 @@ Concept for line segments supported by a line that is a model of \refines `Assignable` \refines `DefaultConstructible` -\hasModel CGAL::Line_arc_3 +\hasModel `CGAL::Line_arc_3` */ diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--MakeThetaMonotone_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--MakeThetaMonotone_3.h index f8c6fc0ebb7..81bee023e87 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--MakeThetaMonotone_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--MakeThetaMonotone_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--Split_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--Split_3.h index ad5a0a55743..c10d48b98a2 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--Split_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--Split_3.h @@ -1,6 +1,6 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept */ diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel.h index 91fab744cd1..f25e582ad2b 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel.h @@ -1,11 +1,11 @@ /*! -\ingroup PkgSphericalKernel3Concepts +\ingroup PkgSphericalKernel3GeometricConcepts \cgalconcept \refines ::Kernel -\hasModel CGAL::Spherical_kernel_3 +\hasModel `CGAL::Spherical_kernel_3` \hasModel CGAL::Exact_spherical_kernel_3 \sa `Kernel` diff --git a/Circular_kernel_3/doc/Circular_kernel_3/PackageDescription.txt b/Circular_kernel_3/doc/Circular_kernel_3/PackageDescription.txt index 5ee3c6d1e19..e8dab4396a0 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/PackageDescription.txt +++ b/Circular_kernel_3/doc/Circular_kernel_3/PackageDescription.txt @@ -1,6 +1,21 @@ /// \defgroup PkgSphericalKernel3 3D Spherical Geometry Kernel -/// \defgroup PkgSphericalKernel3Concepts Concepts +/// \defgroup PkgSphericalKernel3GeometricConcepts Geometric Concepts +/// \ingroup PkgSphericalKernel3 + +/// \defgroup PkgSphericalKernel3GeometricClasses Geometric Kernel and Classes +/// \ingroup PkgSphericalKernel3 + + +/// \defgroup PkgSphericalKernel3GeometricFunctions Geometric Global Functions +/// \ingroup PkgSphericalKernel3 + + +/// \defgroup PkgSphericalKernel3AlgebraicConcepts Algebraic Concepts +/// \ingroup PkgSphericalKernel3 + + +/// \defgroup PkgSphericalKernel3AlgebraicClasses Algebraic Kernel and Classes /// \ingroup PkgSphericalKernel3 /*!