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

Public 成员函数

 dense_undirected_graph (index_t order)
 
void add_edge (index_t i, index_t j)
 
index_t degree (index_t i) const
 
bool has_edge (index_t i, index_t j) const
 
bool is_connected () const
 
bool is_simple () const
 
index_t max_degree () const
 
index_t order () const
 

详细描述

在文件 dense_undirected_graph.h17 行定义.

构造及析构函数说明

◆ dense_undirected_graph()

rsmesh::isosurface::dense_undirected_graph::dense_undirected_graph ( index_t order)
inlineexplicit

在文件 dense_undirected_graph.h19 行定义.

成员函数说明

◆ add_edge()

void rsmesh::isosurface::dense_undirected_graph::add_edge ( index_t i,
index_t j )
inline

在文件 dense_undirected_graph.h25 行定义.

◆ degree()

index_t rsmesh::isosurface::dense_undirected_graph::degree ( index_t i) const
inline

在文件 dense_undirected_graph.h32 行定义.

◆ has_edge()

bool rsmesh::isosurface::dense_undirected_graph::has_edge ( index_t i,
index_t j ) const
inline

在文件 dense_undirected_graph.h36 行定义.

◆ is_connected()

bool rsmesh::isosurface::dense_undirected_graph::is_connected ( ) const
inline

在文件 dense_undirected_graph.h43 行定义.

◆ is_simple()

bool rsmesh::isosurface::dense_undirected_graph::is_simple ( ) const
inline

在文件 dense_undirected_graph.h65 行定义.

◆ max_degree()

index_t rsmesh::isosurface::dense_undirected_graph::max_degree ( ) const
inline

在文件 dense_undirected_graph.h81 行定义.

◆ order()

index_t rsmesh::isosurface::dense_undirected_graph::order ( ) const
inline

在文件 dense_undirected_graph.h89 行定义.


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