![]() |
RSMesh 1.0.0
一个曲面重构的系统,输入为点云,输出为obj,stl等主流格式的网格文件,使用的方法为径向基函数插值,采取了并行优化、Intel-MKL等优化措施,支持百万级别的点云
|
Public 类型 | |
| using | iterator_category = std::input_iterator_tag |
Public 成员函数 | |
| row_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 第 152 行定义.
| using rsmesh::common::detail::row_iterator< Derived >::iterator_category = std::input_iterator_tag |
在文件 eigen_utility.h 第 157 行定义.
|
inline |
在文件 eigen_utility.h 第 159 行定义.
|
inline |
在文件 eigen_utility.h 第 178 行定义.
|
inline |
在文件 eigen_utility.h 第 166 行定义.
|
inline |
在文件 eigen_utility.h 第 190 行定义.
|
inline |
在文件 eigen_utility.h 第 172 行定义.
|
inline |
在文件 eigen_utility.h 第 196 行定义.
|
inline |
在文件 eigen_utility.h 第 185 行定义.
|
inline |
在文件 eigen_utility.h 第 161 行定义.
|
friend |
在文件 eigen_utility.h 第 202 行定义.