|
ViewDesignEngine
3.1.0
高性能 CAD 计算几何引擎
|
详细质量报告 更多...
#include <mesh_quality.h>
Public 属性 | |
| std::string | element_type |
| "triangle" 或 "tetrahedron" 更多... | |
| size_t | total = 0 |
| 单元总数 更多... | |
| size_t | degenerate = 0 |
| 退化单元数 更多... | |
| std::array< size_t, kBins > | histogram {} |
| size_t | grade_A = 0 |
| 分级计数(A=优秀 B=良好 C=合格 D=差 F=不合格) 更多... | |
| size_t | grade_B = 0 |
| size_t | grade_C = 0 |
| size_t | grade_D = 0 |
| size_t | grade_F = 0 |
| double | min_quality = 0.0 |
| 最低质量值 更多... | |
| double | max_quality = 0.0 |
| 最高质量值 更多... | |
| double | avg_quality = 0.0 |
| 平均质量值 更多... | |
| double | stddev_quality = 0.0 |
| 质量标准差 更多... | |
静态 Public 属性 | |
| static constexpr int | kBins = 10 |
| 质量直方图(k=10 个区间,[0,0.1), [0.1,0.2), ..., [0.9,1.0]) 更多... | |
详细质量报告
在文件 mesh_quality.h 第 131 行定义.
| double vde::mesh::QualityReport::avg_quality = 0.0 |
平均质量值
在文件 mesh_quality.h 第 146 行定义.
| size_t vde::mesh::QualityReport::degenerate = 0 |
退化单元数
在文件 mesh_quality.h 第 135 行定义.
| std::string vde::mesh::QualityReport::element_type |
"triangle" 或 "tetrahedron"
在文件 mesh_quality.h 第 132 行定义.
| size_t vde::mesh::QualityReport::grade_A = 0 |
分级计数(A=优秀 B=良好 C=合格 D=差 F=不合格)
在文件 mesh_quality.h 第 142 行定义.
| size_t vde::mesh::QualityReport::grade_B = 0 |
在文件 mesh_quality.h 第 142 行定义.
| size_t vde::mesh::QualityReport::grade_C = 0 |
在文件 mesh_quality.h 第 142 行定义.
| size_t vde::mesh::QualityReport::grade_D = 0 |
在文件 mesh_quality.h 第 142 行定义.
| size_t vde::mesh::QualityReport::grade_F = 0 |
在文件 mesh_quality.h 第 142 行定义.
| std::array<size_t, kBins> vde::mesh::QualityReport::histogram {} |
在文件 mesh_quality.h 第 139 行定义.
|
staticconstexpr |
质量直方图(k=10 个区间,[0,0.1), [0.1,0.2), ..., [0.9,1.0])
在文件 mesh_quality.h 第 138 行定义.
| double vde::mesh::QualityReport::max_quality = 0.0 |
最高质量值
在文件 mesh_quality.h 第 145 行定义.
| double vde::mesh::QualityReport::min_quality = 0.0 |
最低质量值
在文件 mesh_quality.h 第 144 行定义.
| double vde::mesh::QualityReport::stddev_quality = 0.0 |
质量标准差
在文件 mesh_quality.h 第 147 行定义.
| size_t vde::mesh::QualityReport::total = 0 |
单元总数
在文件 mesh_quality.h 第 134 行定义.