FECVDDecimationModifier
#include <FECVDDecimationModifier.h>
Public Functions
| Name | |
|---|---|
| FECVDDecimationModifier() Constructor.  | 
|
| FEMesh * | Apply(FEMesh * pm) Apply the decimation modifier.  | 
Public Attributes
| Name | |
|---|---|
| double | m_pct  percentage of target number of clusters/vertices  | 
| bool | m_bcvd | 
| double | m_sel_pct | 
| double | m_gradient | 
Detailed Description
class FECVDDecimationModifier;
This class implements a modifier that coarses a plygonal mesh using an approximated centroidal voronoi diagram.
Public Functions Documentation
function FECVDDecimationModifier
FECVDDecimationModifier()
Constructor.
function Apply
FEMesh * Apply(
    FEMesh * pm
)
Apply the decimation modifier.
Public Attributes Documentation
variable m_pct
double m_pct;
percentage of target number of clusters/vertices
variable m_bcvd
bool m_bcvd;
variable m_sel_pct
double m_sel_pct;
variable m_gradient
double m_gradient;
Updated on 2024-03-17 at 12:58:44 -0600