ViewDesignEngine
3.1.0
高性能 CAD 计算几何引擎
io_ply.h
浏览该文件的文档.
1
#pragma once
2
#include "
vde/core/point.h
"
3
#include "
vde/mesh/halfedge_mesh.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
vde::mesh::HalfedgeMesh
半边数据结构三角网格
Definition:
halfedge_mesh.h:54
vde::foundation::read_ply
mesh::HalfedgeMesh read_ply(const std::string &filepath)
读取 PLY 文件(Stanford Polygon Format)
vde::foundation::write_ply
void write_ply(const std::string &filepath, const mesh::HalfedgeMesh &mesh)
写入 PLY 文件(ASCII 格式)
halfedge_mesh.h
vde::foundation
自适应双精度谓词后端(默认)
Definition:
error_codes.h:4
point.h
include
vde
foundation
io_ply.h
生成于 2026年 七月 24日 星期五 11:21:23 , 为 ViewDesignEngine使用
1.9.1