![]() |
RSMesh 1.0.0
一个曲面重构的系统,输入为点云,输出为obj,stl等主流格式的网格文件,使用的方法为径向基函数插值,采取了并行优化、Intel-MKL等优化措施,支持百万级别的点云
|
Public 成员函数 | |
| domain_divider (const geometry::points3d &points, const geometry::points3d &grad_points, const std::vector< index_t > &point_indices, const std::vector< index_t > &grad_point_indices, const std::vector< index_t > &poly_point_indices) | |
| std::pair< std::vector< index_t >, std::vector< index_t > > | choose_coarse_points (double ratio) const |
| const std::list< domain > & | domains () const |
| std::list< domain > && | into_domains () |
在文件 domain_divider.h 第 17 行定义.
| rsmesh::preconditioner::domain_divider::domain_divider | ( | const geometry::points3d & | points, |
| const geometry::points3d & | grad_points, | ||
| const std::vector< index_t > & | point_indices, | ||
| const std::vector< index_t > & | grad_point_indices, | ||
| const std::vector< index_t > & | poly_point_indices ) |
在文件 domain_divider.cpp 第 20 行定义.
| std::pair< std::vector< index_t >, std::vector< index_t > > rsmesh::preconditioner::domain_divider::choose_coarse_points | ( | double | ratio | ) | const |
在文件 domain_divider.cpp 第 45 行定义.
| const std::list< domain > & rsmesh::preconditioner::domain_divider::domains | ( | ) | const |
在文件 domain_divider.cpp 第 87 行定义.
| std::list< domain > && rsmesh::preconditioner::domain_divider::into_domains | ( | ) |
在文件 domain_divider.cpp 第 89 行定义.