![]() |
RSMesh 1.0.0
一个曲面重构的系统,输入为点云,输出为obj,stl等主流格式的网格文件,使用的方法为径向基函数插值,采取了并行优化、Intel-MKL等优化措施,支持百万级别的点云
|
Public 类型 | |
| using | iterator_category = std::input_iterator_tag |
Public 成员函数 | |
| const_row_iterator (const 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 第 213 行定义.
| using rsmesh::common::detail::const_row_iterator< Derived >::iterator_category = std::input_iterator_tag |
在文件 eigen_utility.h 第 218 行定义.
|
inline |
在文件 eigen_utility.h 第 220 行定义.
|
inline |
在文件 eigen_utility.h 第 239 行定义.
|
inline |
在文件 eigen_utility.h 第 227 行定义.
|
inline |
在文件 eigen_utility.h 第 251 行定义.
|
inline |
在文件 eigen_utility.h 第 233 行定义.
|
inline |
在文件 eigen_utility.h 第 257 行定义.
|
inline |
在文件 eigen_utility.h 第 246 行定义.
|
inline |
在文件 eigen_utility.h 第 222 行定义.
|
friend |
在文件 eigen_utility.h 第 263 行定义.