![]() |
RSMesh 1.0.0
一个曲面重构的系统,输入为点云,输出为obj,stl等主流格式的网格文件,使用的方法为径向基函数插值,采取了并行优化、Intel-MKL等优化措施,支持百万级别的点云
|
Public 成员函数 | |
| index_t | size () const |
| index_t | grad_size () const |
| index_t | mixed_size () const |
Public 属性 | |
| std::vector< index_t > | point_indices |
| std::vector< index_t > | grad_point_indices |
| std::vector< bool > | inner_point |
| std::vector< bool > | inner_grad_point |
友元 | |
| class | domain_divider |
| index_t rsmesh::preconditioner::domain::grad_size | ( | ) | const |
在文件 domain.cpp 第 14 行定义.
| index_t rsmesh::preconditioner::domain::mixed_size | ( | ) | const |
在文件 domain.cpp 第 16 行定义.
| index_t rsmesh::preconditioner::domain::size | ( | ) | const |
在文件 domain.cpp 第 12 行定义.
|
friend |