测试代码
#include <iostream>
#include <CGAL/Simple_cartesian.h>
#include <CGAL/Exact_predicates_exact_constructions_kernel.h>
#include <CGAL/Polyhedron_3.h>
#include <CGAL/IO/STL.h>
#include <CGAL/Polygon_mesh_processing/polygon_soup_to_polygon_mesh.h>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <OpenMesh/Core/Mesh/TriMesh_ArrayKernelT.hh>
#include <CGAL/Surface_mesh.h>
#include <Eigen/Dense>
#include <CGAL/Simple_cartesian.h>
//typedef CGAL::Simple_cartesian<double> Kernel; //使用double作为坐标的类型
typedef CGAL::Simple_cartesian<float> Kernel;
typedef Kernel::Point_2 Point_2;
typedef Kernel::Point_3 Point_3;
typedef OpenMesh::TriMesh_ArrayKernelT<> openMesh;
typedef CGAL::Surface_mesh<Poin

6572

被折叠的 条评论
为什么被折叠?



