首页 > TAG信息列表 > cgalmesh

如何将OpenMesh中的网格结构转化为CGAL中的网格结构(精简版)

本来准备封装一个函数,用来把OpenMesh中的网格结构转化为CGAL中的网格结构,然后发现没必要,大家可以看看下面这三个没必要的文件 mian.cpp 1 #include <iostream> 2 #include <OpenMesh/Core/IO/MeshIO.hh> 3 #include "OMmeshToCGALmesh.h" 4 5 6 int main() { 7 8