RSMesh 1.0.0
一个曲面重构的系统,输入为点云,输出为obj,stl等主流格式的网格文件,使用的方法为径向基函数插值,采取了并行优化、Intel-MKL等优化措施,支持百万级别的点云
载入中...
搜索中...
未找到
| 函数
rsmesh::numeric 命名空间参考

该命名空间下主要定义了数值计算相关的类和函数 更多...

class  sum_accumulator
 

函数

double to_double (const std::string &str)
 
float to_float (const std::string &str)
 
template<class Floating , std::enable_if_t< std::is_floating_point< Floating >::value, std::nullptr_t > = nullptr>
std::string to_string (Floating value)
 

详细描述

该命名空间下主要定义了数值计算相关的类和函数

函数说明

◆ to_double()

double rsmesh::numeric::to_double ( const std::string & str)
inline

在文件 roundtrip_string.h35 行定义.

◆ to_float()

float rsmesh::numeric::to_float ( const std::string & str)
inline

在文件 roundtrip_string.h45 行定义.

◆ to_string()

template<class Floating , std::enable_if_t< std::is_floating_point< Floating >::value, std::nullptr_t > = nullptr>
std::string rsmesh::numeric::to_string ( Floating value)

在文件 roundtrip_string.h57 行定义.