MeshLib
 
Loading...
Searching...
No Matches
MRMeshDecimate.h File Reference
#include "MRMeshFwd.h"
#include <climits>
#include <cfloat>

Go to the source code of this file.

Classes

struct  DecimateParameters
 
struct  DecimateResult
 
class  MeshDecimate
 

Enumerations

enum class  DecimateStrategy { MinimizeError , ShortestEdgeFirst }
 Defines the order of edge collapses inside Decimate algorithm. More...
 

Enumeration Type Documentation

◆ DecimateStrategy

enum class DecimateStrategy
strong

Defines the order of edge collapses inside Decimate algorithm.

Enumerator
MinimizeError 

the next edge to collapse will be the one that introduced minimal error to the surface

ShortestEdgeFirst 

the next edge to collapse will be the shortest one