ViewDesignEngine  3.1.0
高性能 CAD 计算几何引擎
mesh_smooth.h 文件参考
mesh_smooth.h 的引用(Include)关系图:

浏览源代码.

struct  vde::mesh::SmoothOptions
 网格光顺参数 更多...
 

命名空间

 vde
 
 vde::mesh
 

枚举

enum class  vde::mesh::SmoothMethod { vde::mesh::Laplacian , vde::mesh::Taubin , vde::mesh::HCLaplacian , vde::mesh::Bilateral }
 网格光顺方法 更多...
 

函数

HalfedgeMesh vde::mesh::smooth_mesh (const HalfedgeMesh &mesh, const SmoothOptions &opts={})
 网格光顺(通用分发器) 更多...
 
HalfedgeMesh vde::mesh::smooth_laplacian (const HalfedgeMesh &mesh, int iterations, double lambda)
 标准拉普拉斯光顺 更多...
 
HalfedgeMesh vde::mesh::smooth_taubin (const HalfedgeMesh &mesh, int iterations, double lambda, double mu)
 Taubin λ|μ 光顺(体积保持) 更多...
 
HalfedgeMesh vde::mesh::smooth_hc_laplacian (const HalfedgeMesh &mesh, const SmoothOptions &opts={})
 HC 拉普拉斯光顺(Humphrey's Classes) 更多...
 
HalfedgeMesh vde::mesh::smooth_bilateral (const HalfedgeMesh &mesh, const SmoothOptions &opts={})
 双边网格滤波 更多...