#include <artec/sdk/algorithms/Algorithms.h>
Public Attributes | |
| base::ScannerType | scannerType |
| Scanner type. More... | |
| SimplifyType | simplifyType |
| Simplify type. More... | |
| SimplifyMetric | simplifyMetrics |
| Simplify metrics. Not supported for fast simplification. More... | |
| int | triangleNumber |
| Triangles number after simplification. More... | |
| bool | keepBoundary |
| Algorithms won't modify boundary of given surface if true. More... | |
| float | angleThreshold |
| Maximal angle between neighbor normals (in degrees). Not supported for fast simplification. More... | |
| float | remeshEdgeThreshold |
| Minimal edge length after remesh. Not supported for fast simplification. More... | |
| float | error |
| Max error. Not supported for fast simplification. More... | |
Detailed Description
Definition at line 198 of file Algorithms.h.
Member Data Documentation
| float artec::sdk::algorithms::MeshSimplificationSettings::angleThreshold |
Maximal angle between neighbor normals (in degrees). Not supported for fast simplification.
Definition at line 205 of file Algorithms.h.
| float artec::sdk::algorithms::MeshSimplificationSettings::error |
Max error. Not supported for fast simplification.
Definition at line 207 of file Algorithms.h.
| bool artec::sdk::algorithms::MeshSimplificationSettings::keepBoundary |
Algorithms won't modify boundary of given surface if true.
Definition at line 204 of file Algorithms.h.
| float artec::sdk::algorithms::MeshSimplificationSettings::remeshEdgeThreshold |
Minimal edge length after remesh. Not supported for fast simplification.
Definition at line 206 of file Algorithms.h.
| base::ScannerType artec::sdk::algorithms::MeshSimplificationSettings::scannerType |
Scanner type.
Definition at line 200 of file Algorithms.h.
| SimplifyMetric artec::sdk::algorithms::MeshSimplificationSettings::simplifyMetrics |
Simplify metrics. Not supported for fast simplification.
Definition at line 202 of file Algorithms.h.
| SimplifyType artec::sdk::algorithms::MeshSimplificationSettings::simplifyType |
Simplify type.
Definition at line 201 of file Algorithms.h.
| int artec::sdk::algorithms::MeshSimplificationSettings::triangleNumber |
Triangles number after simplification.
Definition at line 203 of file Algorithms.h.
The documentation for this struct was generated from the following file:
- artec/sdk/algorithms/Algorithms.h
