RSMesh 1.0.0
一个曲面重构的系统,输入为点云,输出为obj,stl等主流格式的网格文件,使用的方法为径向基函数插值,采取了并行优化、Intel-MKL等优化措施,支持百万级别的点云
载入中...
搜索中...
未找到
Public 成员函数 | 所有成员列表
rsmesh::isosurface::rbf_field_function类 参考
类 rsmesh::isosurface::rbf_field_function 继承关系图:
rsmesh::isosurface::field_function

Public 成员函数

 rbf_field_function (interpolant &interpolant)
 
valuesd operator() (const geometry::points3d &points) const override
 
void set_evaluation_bbox (const geometry::bbox3d &bbox) override
 
- Public 成员函数 继承自 rsmesh::isosurface::field_function
 field_function (const field_function &)=delete
 
 field_function (field_function &&)=delete
 
field_functionoperator= (const field_function &)=delete
 
field_functionoperator= (field_function &&)=delete
 

详细描述

在文件 rbf_field_function.h12 行定义.

构造及析构函数说明

◆ rbf_field_function()

rsmesh::isosurface::rbf_field_function::rbf_field_function ( interpolant & interpolant)
inlineexplicit

在文件 rbf_field_function.h14 行定义.

成员函数说明

◆ operator()()

valuesd rsmesh::isosurface::rbf_field_function::operator() ( const geometry::points3d & points) const
inlineoverridevirtual

实现了 rsmesh::isosurface::field_function.

在文件 rbf_field_function.h16 行定义.

◆ set_evaluation_bbox()

void rsmesh::isosurface::rbf_field_function::set_evaluation_bbox ( const geometry::bbox3d & bbox)
inlineoverridevirtual

重载 rsmesh::isosurface::field_function .

在文件 rbf_field_function.h20 行定义.


该类的文档由以下文件生成: