add a deprecation notice in the doc of Convex_hull_d

This commit is contained in:
Sébastien Loriot 2015-02-12 08:35:22 +01:00
parent 74d9e52d0c
commit e62e2ce94f
10 changed files with 20 additions and 1 deletions

View File

@ -3,6 +3,8 @@ namespace CGAL {
/*! /*!
\ingroup PkgConvexHullD \ingroup PkgConvexHullD
\deprecated This package is deprecated since the version 4.6 of \cgal. The package \ref PkgTriangulationsSummary should be used instead
An instance `C` of type `Convex_hull_d<R>` is the convex hull An instance `C` of type `Convex_hull_d<R>` is the convex hull
of a multi-set `S` of points in \f$ d\f$-dimensional space. We call of a multi-set `S` of points in \f$ d\f$-dimensional space. We call
`S` the underlying point set and \f$ d\f$ or `dim` the dimension of `S` the underlying point set and \f$ d\f$ or `dim` the dimension of

View File

@ -1,6 +1,8 @@
namespace CGAL { namespace CGAL {
/*! /*!
\deprecated This package is deprecated since the version 4.6 of \cgal. The package \ref PkgTriangulationsSummary should be used instead
converts the convex hull `C` to polyhedral surface stored in converts the convex hull `C` to polyhedral surface stored in
`P`. `P`.
\pre `dim == 3` and `dcur == 3`. \pre `dim == 3` and `dcur == 3`.
@ -11,6 +13,8 @@ template <class R, class T, class HDS>
void convex_hull_d_to_polyhedron_3( const Convex_hull_d<R>& C, Polyhedron_3<T,HDS>& P) ; void convex_hull_d_to_polyhedron_3( const Convex_hull_d<R>& C, Polyhedron_3<T,HDS>& P) ;
/*! /*!
\deprecated This package is deprecated since the version 4.6 of \cgal. The package \ref PkgTriangulationsSummary should be used instead
constructs the representation of the surface of `C` as a constructs the representation of the surface of `C` as a
bidirected LEDA graph `G`. bidirected LEDA graph `G`.
\pre `dim == 3`. \pre `dim == 3`.

View File

@ -3,6 +3,8 @@ namespace CGAL {
/*! /*!
\ingroup PkgConvexHullD \ingroup PkgConvexHullD
\deprecated This package is deprecated since the version 4.6 of \cgal. The package \ref PkgTriangulationsSummary should be used instead
<A NAME="Index_anchor_0"></A> <A NAME="Index_anchor_0"></A>
The class `Convex_hull_d_traits_3` serves as a traits class for the class The class `Convex_hull_d_traits_3` serves as a traits class for the class

View File

@ -3,6 +3,8 @@ namespace CGAL {
/*! /*!
\ingroup PkgConvexHullD \ingroup PkgConvexHullD
\deprecated This package is deprecated since the version 4.6 of \cgal. The package \ref PkgTriangulationsSummary should be used instead
An instance `DT` of type `Delaunay_d< R, Lifted_R >` is the An instance `DT` of type `Delaunay_d< R, Lifted_R >` is the
nearest and furthest site Delaunay triangulation of a set `S` of nearest and furthest site Delaunay triangulation of a set `S` of
points in some `d`-dimensional space. We call `S` the underlying points in some `d`-dimensional space. We call `S` the underlying

View File

@ -2,6 +2,8 @@
\ingroup PkgConvexHullDConcepts \ingroup PkgConvexHullDConcepts
\cgalConcept \cgalConcept
\deprecated This package is deprecated since the version 4.6 of \cgal. The package \ref PkgTriangulationsSummary should be used instead
Requirements of the traits class to be used with the Requirements of the traits class to be used with the
class `CGAL::Convex_hull_d`. class `CGAL::Convex_hull_d`.

View File

@ -2,6 +2,8 @@
\ingroup PkgConvexHullDConcepts \ingroup PkgConvexHullDConcepts
\cgalConcept \cgalConcept
\deprecated This package is deprecated since the version 4.6 of \cgal. The package \ref PkgTriangulationsSummary should be used instead
Requirements of the second traits class to be used with the Requirements of the second traits class to be used with the
class `CGAL::Delaunay_d`. class `CGAL::Delaunay_d`.

View File

@ -2,6 +2,8 @@
\ingroup PkgConvexHullDConcepts \ingroup PkgConvexHullDConcepts
\cgalConcept \cgalConcept
\deprecated This package is deprecated since the version 4.6 of \cgal. The package \ref PkgTriangulationsSummary should be used instead
Requirements of the first traits class to be used with the Requirements of the first traits class to be used with the
class `CGAL::Delaunay_d`. class `CGAL::Delaunay_d`.

View File

@ -5,9 +5,10 @@ namespace CGAL {
\mainpage User Manual \mainpage User Manual
\anchor Chapter_dD_Convex_Hulls_and_Delaunay_Triangulations \anchor Chapter_dD_Convex_Hulls_and_Delaunay_Triangulations
\anchor chapconvexhulld \anchor chapconvexhulld
\cgalAutoToc
\authors Susan Hert and Michael Seel \authors Susan Hert and Michael Seel
\deprecated This package is deprecated since the version 4.6 of \cgal. The package \ref PkgTriangulationsSummary should be used instead
\section Convex_hull_dIntroduction Introduction \section Convex_hull_dIntroduction Introduction
A subset \f$ S \subseteq \mathbb{R}^d\f$ is convex if for any two points \f$ p\f$ and \f$ q\f$ A subset \f$ S \subseteq \mathbb{R}^d\f$ is convex if for any two points \f$ p\f$ and \f$ q\f$

View File

@ -18,6 +18,8 @@
\cgalPkgShortInfoEnd \cgalPkgShortInfoEnd
\cgalPkgDescriptionEnd \cgalPkgDescriptionEnd
\deprecated This package is deprecated since the version 4.6 of \cgal. The package \ref PkgTriangulationsSummary should be used instead
A subset \f$ S \subseteq \mathbb{R}^d\f$ is convex if for any two points \f$ p\f$ and \f$ q\f$ A subset \f$ S \subseteq \mathbb{R}^d\f$ is convex if for any two points \f$ p\f$ and \f$ q\f$
in the set the line segment with endpoints \f$ p\f$ and \f$ q\f$ is contained in the set the line segment with endpoints \f$ p\f$ and \f$ q\f$ is contained
in \f$ S\f$. The convex hull of a set \f$ S\f$ is in \f$ S\f$. The convex hull of a set \f$ S\f$ is

Binary file not shown.

Before

Width:  |  Height:  |  Size: 493 B

After

Width:  |  Height:  |  Size: 4.9 KiB