mirror of https://github.com/CGAL/cgal
Remove documentation of class deprecated in 3.6
This commit is contained in:
parent
19417dc3fe
commit
7b50462e08
|
|
@ -1,29 +0,0 @@
|
|||
|
||||
namespace CGAL {
|
||||
|
||||
/*!
|
||||
\ingroup PkgAlphaShapes3
|
||||
|
||||
|
||||
\deprecated This class is deprecated since \cgal 3.6.
|
||||
`CGAL::Regular_triangulation_euclidean_traits_3` can be directly used
|
||||
instead.
|
||||
|
||||
The class `Weighted_alpha_shape_euclidean_traits_3` is the default model for the concept
|
||||
`WeightedAlphaShapeTraits_3` of traits class for
|
||||
the underlying triangulation of a weighted alpha shapes.
|
||||
`K` must be a kernel.
|
||||
|
||||
\cgalRefines CGAL::Regular_triangulation_euclidean_traits_3<K, typename K::FT>
|
||||
|
||||
\cgalModels `WeightedAlphaShapeTraits_3`
|
||||
|
||||
*/
|
||||
template< typename K >
|
||||
class Weighted_alpha_shape_euclidean_traits_3 {
|
||||
public:
|
||||
|
||||
/// @}
|
||||
|
||||
}; /* end Weighted_alpha_shape_euclidean_traits_3 */
|
||||
} /* end namespace CGAL */
|
||||
Loading…
Reference in New Issue