![]() |
RSMesh 1.0.0
一个曲面重构的系统,输入为点云,输出为obj,stl等主流格式的网格文件,使用的方法为径向基函数插值,采取了并行优化、Intel-MKL等优化措施,支持百万级别的点云
|
Public 成员函数 | |
| rmt_node (const geometry::point3d &position) | |
| void | cluster (std::vector< geometry::point3d > &vertices, std::unordered_map< vertex_index, vertex_index > &cluster_map) const |
| bool | has_intersection (edge_index edge_idx) const |
| bool | has_neighbor (edge_index edge) const |
| void | insert_vertex (vertex_index vi, edge_index edge_idx) |
| bool | is_free () const |
| rmt_node & | neighbor (edge_index edge) |
| const rmt_node & | neighbor (edge_index edge) const |
| const geometry::point3d & | position () const |
| void | set_intersection (edge_index edge_idx) |
| void | set_neighbors (std::unique_ptr< std::array< rmt_node *, 14 > > neighbors) |
| void | set_value (double value) |
| double | value () const |
| binary_sign | value_sign () const |
| vertex_index | vertex_on_edge (edge_index edge_idx) const |
在文件 rmt_node.h 第 37 行定义.
|
inlineexplicit |
在文件 rmt_node.h 第 70 行定义.
|
inline |
在文件 rmt_node.h 第 72 行定义.
|
inline |
在文件 rmt_node.h 第 99 行定义.
|
inline |
在文件 rmt_node.h 第 104 行定义.
|
inline |
在文件 rmt_node.h 第 106 行定义.
|
inline |
在文件 rmt_node.h 第 124 行定义.
|
inline |
在文件 rmt_node.h 第 126 行定义.
|
inline |
在文件 rmt_node.h 第 131 行定义.
|
inline |
在文件 rmt_node.h 第 136 行定义.
|
inline |
在文件 rmt_node.h 第 138 行定义.
|
inline |
在文件 rmt_node.h 第 144 行定义.
|
inline |
在文件 rmt_node.h 第 148 行定义.
|
inline |
在文件 rmt_node.h 第 153 行定义.
|
inline |
在文件 rmt_node.h 第 158 行定义.
|
inline |
在文件 rmt_node.h 第 160 行定义.