//#define CGAL_NO_STATIC_FILTERS #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include typedef CGAL::Exact_predicates_inexact_constructions_kernel K; typedef CGAL::Delaunay_triangulation_sphere_traits_2< K > FKD; template class CGAL::Regular_triangulation_on_sphere_2; typedef CGAL::Regular_triangulation_on_sphere_2 DTOS_exact; typedef CGAL::Regular_triangulation_sphere_traits_2< K > FKR; template class CGAL::Regular_triangulation_on_sphere_2; typedef CGAL::Regular_triangulation_on_sphere_2 RTOS_exact; int main(int argc, char* argv[]) { typedef K::Point_3 Point_3; //DTOS_exact dtos; RTOS_exact dtos; dtos.insert(Point_3(-0.201668, 0.941192, -0.271087)); dtos.insert(Point_3(0.217998, 0.861414, 0.458741)); dtos.insert(Point_3(-0.600943, 0.398519, -0.692857)); dtos.insert(Point_3(-0.134936, 0.465834, 0.874523)); std::cout<<"number of vertices: " <