Shapeworks Studio
2.1
Shape analysis software suite
|
#include <FECVDDecimationModifier.h>
Public Member Functions | |
FECVDDecimationModifier () | |
Constructor. | |
FEMesh * | Apply (FEMesh *pm) |
Apply the decimation modifier. More... | |
Public Attributes | |
double | m_pct |
percentage of target number of clusters/vertices | |
bool | m_bcvd |
double | m_sel_pct |
double | m_gradient |
This class implements a modifier that coarses a plygonal mesh using an approximated centroidal voronoi diagram.
Definition at line 10 of file FECVDDecimationModifier.h.
Apply the decimation modifier.
Create the decimate mesh.
Definition at line 32 of file FECVDDecimationModifier.cpp.