![]() |
RSMesh 1.0.0
一个曲面重构的系统,输入为点云,输出为obj,stl等主流格式的网格文件,使用的方法为径向基函数插值,采取了并行优化、Intel-MKL等优化措施,支持百万级别的点云
|
Public 成员函数 | |
| coarse_grid (const model &model, domain &&domain) | |
| void | clear () |
| void | setup (const geometry::points3d &points_full, const Eigen::MatrixXd &lagrange_pt_full) |
| void | setup (const geometry::points3d &points_full, const geometry::points3d &grad_points_full, const Eigen::MatrixXd &lagrange_pt_full) |
| void | set_solution_to (Eigen::Ref< valuesd > weights_full) const |
| void | solve (const Eigen::Ref< const valuesd > &values_full) |
在文件 coarse_grid.h 第 22 行定义.
在文件 coarse_grid.cpp 第 12 行定义.
| void rsmesh::preconditioner::coarse_grid::clear | ( | ) |
在文件 coarse_grid.cpp 第 24 行定义.
| void rsmesh::preconditioner::coarse_grid::set_solution_to | ( | Eigen::Ref< valuesd > | weights_full | ) | const |
在文件 coarse_grid.cpp 第 80 行定义.
| void rsmesh::preconditioner::coarse_grid::setup | ( | const geometry::points3d & | points_full, |
| const Eigen::MatrixXd & | lagrange_pt_full ) |
在文件 coarse_grid.cpp 第 32 行定义.
| void rsmesh::preconditioner::coarse_grid::setup | ( | const geometry::points3d & | points_full, |
| const geometry::points3d & | grad_points_full, | ||
| const Eigen::MatrixXd & | lagrange_pt_full ) |
在文件 coarse_grid.cpp 第 37 行定义.
| void rsmesh::preconditioner::coarse_grid::solve | ( | const Eigen::Ref< const valuesd > & | values_full | ) |
在文件 coarse_grid.cpp 第 90 行定义.