如何使用CGAL :: Min_sphere_of_spheres_d查找CGAL :: Surface_mesh的最小边界球?

时间:2019-03-08 18:27:24

标签: c++ cgal

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。

https://doc.cgal.org/latest/Surface_mesh/classCGAL_1_1Surface__mesh.html#a64c3d4bfd5057d782f1e93f1f302bf5f

是否可以在Surface_Mesh的顶点上使用Min_sphere_of_spheres_d?

0 个答案:

没有答案