ViewDesignEngine  3.1.0
高性能 CAD 计算几何引擎
io_ply.h
浏览该文件的文档.
1 #pragma once
2 #include "vde/core/point.h"
4 #include <string>
5 
6 namespace vde::foundation {
7 
32 mesh::HalfedgeMesh read_ply(const std::string& filepath);
33 
53 void write_ply(const std::string& filepath, const mesh::HalfedgeMesh& mesh);
54 
55 } // namespace vde::foundation
半边数据结构三角网格
Definition: halfedge_mesh.h:54
mesh::HalfedgeMesh read_ply(const std::string &filepath)
读取 PLY 文件(Stanford Polygon Format)
void write_ply(const std::string &filepath, const mesh::HalfedgeMesh &mesh)
写入 PLY 文件(ASCII 格式)
自适应双精度谓词后端(默认)
Definition: error_codes.h:4