rename global function group and update \sa for Box_intersection_d

This commit is contained in:
Sébastien Loriot 2013-01-09 08:03:42 +01:00
parent af3a5c20df
commit 8226b6d64e
7 changed files with 34 additions and 33 deletions

View File

@ -44,10 +44,10 @@ creates copies of the boxes that would not have identical
\cgalModels `BoxIntersectionBox_d`
\sa `CGAL::box_intersection_d`
\sa `CGAL::box_self_intersection_d`
\sa `CGAL::box_intersection_all_pairs_d`
\sa `CGAL::box_self_intersection_all_pairs_d`
\sa \link PkgBoxIntersectionD_box_intersection_d `CGAL::box_intersection_d()` \endlink
\sa \link PkgBoxIntersectionD_box_self_intersection_d `CGAL::box_self_intersection_d()` \endlink
\sa \link PkgBoxIntersectionD_box_intersection_all_pairs_d `CGAL::box_intersection_all_pairs_d()` \endlink
\sa \link PkgBoxIntersectionD_box_self_intersection_all_pairs_d `CGAL::box_self_intersection_all_pairs_d()` \endlink
\sa `CGAL::Box_intersection_d::Box_with_handle_d<NT, int D, Handle, IdPolicy>`
\sa `CGAL::Box_intersection_d::Box_traits_d<BoxHandle>`
\sa `BoxIntersectionTraits_d`

View File

@ -24,9 +24,10 @@ const-pointer `const B*`, where `B` is a model of the
\cgalModels `BoxIntersectionTraits_d`
\sa `CGAL::box_intersection_d()`
\sa `CGAL::box_self_intersection_d()`
\sa `CGAL::box_intersection_all_pairs_d()`
\sa \link PkgBoxIntersectionD_box_intersection_d `CGAL::box_intersection_d()` \endlink
\sa \link PkgBoxIntersectionD_box_self_intersection_d `CGAL::box_self_intersection_d()` \endlink
\sa \link PkgBoxIntersectionD_box_intersection_all_pairs_d `CGAL::box_intersection_all_pairs_d()` \endlink
\sa \link PkgBoxIntersectionD_box_self_intersection_all_pairs_d `CGAL::box_self_intersection_all_pairs_d()` \endlink
\sa `BoxIntersectionBox_d`
\sa `CGAL::Box_intersection_d::Box_d<NT,int D,IdPolicy>`

View File

@ -54,10 +54,10 @@ the safe default implementation.
\cgalModels `BoxIntersectionBox_d`
\sa `CGAL::box_intersection_d`
\sa `CGAL::box_self_intersection_d`
\sa `CGAL::box_intersection_all_pairs_d`
\sa `CGAL::box_self_intersection_all_pairs_d`
\sa \link PkgBoxIntersectionD_box_intersection_d `CGAL::box_intersection_d()` \endlink
\sa \link PkgBoxIntersectionD_box_self_intersection_d `CGAL::box_self_intersection_d()` \endlink
\sa \link PkgBoxIntersectionD_box_intersection_all_pairs_d `CGAL::box_intersection_all_pairs_d()` \endlink
\sa \link PkgBoxIntersectionD_box_self_intersection_all_pairs_d `CGAL::box_self_intersection_all_pairs_d()` \endlink
\sa `CGAL::Box_intersection_d::Box_traits_d<BoxHandle>`
\sa `BoxIntersectionTraits_d`

View File

@ -49,9 +49,9 @@ namespace CGAL {
offer a specialized implementation
`box_self_intersection_all_pairs` for this application.
\sa `CGAL::box_intersection_d()`
\sa `CGAL::box_self_intersection_d()`
\sa `CGAL::box_self_intersection_all_pairs_d()`
\sa \link PkgBoxIntersectionD_box_intersection_d `CGAL::box_intersection_d()` \endlink
\sa \link PkgBoxIntersectionD_box_self_intersection_d `CGAL::box_self_intersection_d()` \endlink
\sa \link PkgBoxIntersectionD_box_self_intersection_all_pairs_d `CGAL::box_self_intersection_all_pairs_d()` \endlink
\sa `CGAL::Box_intersection_d::Box_traits_d<BoxHandle>`
\sa `BoxIntersectionBox_d`
\sa `BoxIntersectionTraits_d`
@ -148,8 +148,8 @@ namespace CGAL {
<LI>`BoxTraits` must be of the `BoxIntersectionTraits_d` concept.
</UL>
\sa `CGAL::box_self_intersection_d()`
\sa `CGAL::box_intersection_all_pairs_d()`
\sa \link PkgBoxIntersectionD_box_self_intersection_d `CGAL::box_self_intersection_d()` \endlink
\sa \link PkgBoxIntersectionD_box_intersection_all_pairs_d `CGAL::box_intersection_all_pairs_d()` \endlink
\sa `CGAL::Box_intersection_d::Box_traits_d<BoxHandle>`
\sa `BoxIntersectionBox_d`
\sa `BoxIntersectionTraits_d`
@ -344,9 +344,9 @@ namespace CGAL {
<LI>`BoxTraits` must be of the `BoxIntersectionTraits_d` concept.
</UL>
\sa `CGAL::box_intersection_d()`
\sa `CGAL::box_self_intersection_d()`
\sa `CGAL::box_intersection_all_pairs_d()`
\sa \link PkgBoxIntersectionD_box_intersection_d `CGAL::box_intersection_d()` \endlink
\sa \link PkgBoxIntersectionD_box_self_intersection_d `CGAL::box_self_intersection_d()` \endlink
\sa \link PkgBoxIntersectionD_box_intersection_all_pairs_d `CGAL::box_intersection_all_pairs_d()` \endlink
\sa `CGAL::Box_intersection_d::Box_traits_d<BoxHandle>`
\sa `BoxIntersectionBox_d`
\sa `BoxIntersectionTraits_d`
@ -464,8 +464,8 @@ namespace CGAL {
<LI>`BoxTraits` must be of the `BoxIntersectionTraits_d` concept.
</UL>
\sa `CGAL::box_intersection_d()`
\sa `CGAL::box_self_intersection_all_pairs_d()`
\sa \link PkgBoxIntersectionD_box_intersection_d `CGAL::box_intersection_d()` \endlink
\sa \link PkgBoxIntersectionD_box_self_intersection_all_pairs_d `CGAL::box_self_intersection_all_pairs_d()` \endlink
\sa `CGAL::Box_intersection_d::Box_traits_d<BoxHandle>`
\sa `BoxIntersectionBox_d`
\sa `BoxIntersectionTraits_d`

View File

@ -13,10 +13,10 @@ the dimension, the `id`-number, and the boundaries of the box.
\cgalHasModel CGAL::Box_intersection_d::Box_d
\cgalHasModel CGAL::Box_intersection_d::Box_with_handle_d
\sa `CGAL::box_intersection_d`
\sa `CGAL::box_self_intersection_d`
\sa `CGAL::box_intersection_all_pairs_d`
\sa `CGAL::box_self_intersection_all_pairs_d`
\sa \link PkgBoxIntersectionD_box_intersection_d `CGAL::box_intersection_d()` \endlink
\sa \link PkgBoxIntersectionD_box_self_intersection_d `CGAL::box_self_intersection_d()` \endlink
\sa \link PkgBoxIntersectionD_box_intersection_all_pairs_d `CGAL::box_intersection_all_pairs_d()` \endlink
\sa \link PkgBoxIntersectionD_box_self_intersection_all_pairs_d `CGAL::box_self_intersection_all_pairs_d()` \endlink
\sa `CGAL::Box_intersection_d::Box_traits_d<BoxHandle>`
\sa `BoxIntersectionTraits_d`

View File

@ -11,10 +11,10 @@ the boxes manipulated in these algorithms.
\cgalHasModel CGAL::Box_intersection_d::Box_traits_d
\sa `CGAL::box_intersection_d`
\sa `CGAL::box_self_intersection_d`
\sa `CGAL::box_intersection_all_pairs_d`
\sa `CGAL::box_self_intersection_all_pairs_d`
\sa \link PkgBoxIntersectionD_box_intersection_d `CGAL::box_intersection_d()` \endlink
\sa \link PkgBoxIntersectionD_box_self_intersection_d `CGAL::box_self_intersection_d()` \endlink
\sa \link PkgBoxIntersectionD_box_intersection_all_pairs_d `CGAL::box_intersection_all_pairs_d()` \endlink
\sa \link PkgBoxIntersectionD_box_self_intersection_all_pairs_d `CGAL::box_self_intersection_all_pairs_d()` \endlink
*/

View File

@ -5,17 +5,17 @@
/// \defgroup PkgBoxIntersectionDClasses Classes
/// \ingroup PkgBoxIntersectionD
/// \defgroup PkgBoxIntersectionD_box_intersection_d box_intersection_d
/// \defgroup PkgBoxIntersectionD_box_intersection_d CGAL::box_intersection_d()
/// \ingroup PkgBoxIntersectionD
/// \defgroup PkgBoxIntersectionD_box_intersection_all_pairs_d box_intersection_all_pairs_d
/// \defgroup PkgBoxIntersectionD_box_intersection_all_pairs_d CGAL::box_intersection_all_pairs_d()
/// \ingroup PkgBoxIntersectionD
/// \defgroup PkgBoxIntersectionD_box_self_intersection_d box_self_intersection_d
/// \defgroup PkgBoxIntersectionD_box_self_intersection_d CGAL::box_self_intersection_d()
/// \ingroup PkgBoxIntersectionD
/// \defgroup PkgBoxIntersectionD_box_self_intersection_all_pairs_d box_self_intersection_all_pairs_d
/// \defgroup PkgBoxIntersectionD_box_self_intersection_all_pairs_d CGAL::box_self_intersection_all_pairs_d()
/// \ingroup PkgBoxIntersectionD
/*!
\addtogroup PkgBoxIntersectionD