ViewDesignEngine  3.1.0
高性能 CAD 计算几何引擎
io_ply.h 文件参考
#include "vde/core/point.h"
#include "vde/mesh/halfedge_mesh.h"
#include <string>
io_ply.h 的引用(Include)关系图:

浏览源代码.

命名空间

 vde
 
 vde::foundation
 自适应双精度谓词后端(默认)
 

函数

mesh::HalfedgeMesh vde::foundation::read_ply (const std::string &filepath)
 读取 PLY 文件(Stanford Polygon Format) 更多...
 
void vde::foundation::write_ply (const std::string &filepath, const mesh::HalfedgeMesh &mesh)
 写入 PLY 文件(ASCII 格式) 更多...