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