CGAL类Min_sphere_of_spheres_d可以从begin()和end()迭代器构造为Kernel :: Point_d类型的一系列点。
https://doc.cgal.org/latest/Bounding_volumes/classCGAL_1_1Min__sphere__of__spheres__d.html
但是,对于CGAL曲面网格,我只能使用CGAL :: Surface_mesh :: vertices()方法访问顶点范围,该方法返回CGAL :: Surface_mesh :: Vertex_range。
是否可以在Surface_Mesh的顶点上使用Min_sphere_of_spheres_d?