Add to \hasModel

This commit is contained in:
Andreas Fabri 2020-08-20 14:12:27 +01:00
parent 26a43dbd19
commit ef9140916c
1 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,9 @@ following constants, types, predicates and operations.
\cgalHasModel `CGAL::Min_sphere_of_spheres_d_traits_3<K,FT,UseSqrt,Algorithm>`
\cgalHasModel `CGAL::Min_sphere_of_spheres_d_traits_d<K,FT,Dim,UseSqrt,Algorithm>`
\cgalHasModel `CGAL::Min_sphere_of_points_d_traits_2<K,FT,UseSqrt,Algorithm>`
\cgalHasModel `CGAL::Min_sphere_of_points_d_traits_3<K,FT,UseSqrt,Algorithm>`
\cgalHasModel `CGAL::Min_sphere_of_points_d_traits_d<K,FT,Dim,UseSqrt,Algorithm>`
*/
class MinSphereOfSpheresTraits {
@ -112,4 +115,3 @@ Cartesian_const_iterator center_cartesian_begin(const Sphere& s);
/// @}
}; /* end MinSphereOfSpheresTraits */