Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 qt-creator 创建一个应用程序,它读取 .off 文件并预览它的 polygon 。我想存储顶点、半边和邻接列表以添加或删除特定顶点并存储添加和删除操作。
任何帮助或建议的链接?
Surface_mesh上课是一个好的开始。该read_off()功能也可能有用。
Surface_mesh
read_off()