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

浏览源代码.

命名空间

 vde
 
 vde::mesh
 

函数

TetrahedronMesh vde::mesh::alpha_shapes (const std::vector< Point3D > &points, double alpha)
 Alpha Shapes 点云表面重建 更多...
 
std::pair< std::vector< Point3D >, std::vector< std::array< int, 3 > > > vde::mesh::alpha_shapes_surface (const TetrahedronMesh &tet_mesh)
 将 Alpha Shapes 四面体网格的表面提取为三角形网格 更多...