Simplify Class Reference
#include <Simplify.h>
Classes | |
| struct | Ref |
| struct | Triangle |
| struct | Vertex |
Public Member Functions | |
| void | simplify_mesh (int target_count, double tolerance, double aggressiveness=7) |
Public Attributes | |
| std::vector< Ref > | refs |
| std::vector< Triangle > | triangles |
| std::vector< Vertex > | vertices |
Member Function Documentation
◆ simplify_mesh()
| void Simplify::simplify_mesh | ( | int | target_count, |
| double | tolerance, | ||
| double | aggressiveness = 7 |
||
| ) |
References refs, triangles, and vertices.
Referenced by MeshCore::MeshSimplify::simplify().
Member Data Documentation
◆ refs
| std::vector<Ref> Simplify::refs |
Referenced by simplify_mesh().
◆ triangles
| std::vector<Triangle> Simplify::triangles |
Referenced by MeshCore::MeshSimplify::simplify(), and simplify_mesh().
◆ vertices
| std::vector<Vertex> Simplify::vertices |
Referenced by MeshCore::MeshSimplify::simplify(), and simplify_mesh().
The documentation for this class was generated from the following file:
- src/Mod/Mesh/App/Core/Simplify.h
1.8.17