![]() |
RSMesh 1.0.0
一个曲面重构的系统,输入为点云,输出为obj,stl等主流格式的网格文件,使用的方法为径向基函数插值,采取了并行优化、Intel-MKL等优化措施,支持百万级别的点云
|
Public 类型 | |
| using | iterator_category = std::input_iterator_tag |
Public 成员函数 | |
| col_iterator (Eigen::MatrixBase< Derived > &m, Eigen::Index index) | |
| bool | operator== (const self_type &rhs) const |
| self_type & | operator++ () |
| self_type & | operator-- () |
| self_type::reference | operator* () const |
| self_type::pointer | operator-> () const =delete |
| bool | operator< (const self_type &rhs) const |
| self_type & | operator+= (typename self_type::difference_type n) |
| self_type & | operator-= (typename self_type::difference_type n) |
友元 | |
| self_type::difference_type | operator- (const self_type &lhs, const self_type &rhs) |
在文件 eigen_utility.h 第 31 行定义.
| using rsmesh::common::detail::col_iterator< Derived >::iterator_category = std::input_iterator_tag |
在文件 eigen_utility.h 第 35 行定义.
|
inline |
在文件 eigen_utility.h 第 37 行定义.
|
inline |
在文件 eigen_utility.h 第 57 行定义.
|
inline |
在文件 eigen_utility.h 第 45 行定义.
|
inline |
在文件 eigen_utility.h 第 69 行定义.
|
inline |
在文件 eigen_utility.h 第 51 行定义.
|
inline |
在文件 eigen_utility.h 第 75 行定义.
|
inline |
在文件 eigen_utility.h 第 64 行定义.
|
inline |
在文件 eigen_utility.h 第 40 行定义.
|
friend |
在文件 eigen_utility.h 第 82 行定义.