|
HDK
|
#include <GU_Smooth.h>
Public Member Functions | |
| GU_SmoothParms (int iterations=1, fpreal step_size=1.0, GU_SmoothWeightMethod method=GU_SMOOTH_WEIGHT_UNIFORM, const UT_Array< GA_OffsetArray > *ring_zero=nullptr, const UT_Array< UT_Array< fpreal >> *edge_weights=nullptr) | |
Public Attributes | |
| int | myIterations |
| fpreal | myStepSize |
| GU_SmoothWeightMethod | myWeightMethod |
| const UT_Array< GA_OffsetArray > * | myRingZero |
| const UT_Array< UT_Array < fpreal > > * | myEdgeWeights |
Definition at line 79 of file GU_Smooth.h.
|
inlineexplicit |
Definition at line 88 of file GU_Smooth.h.
Definition at line 85 of file GU_Smooth.h.
| int GU_SmoothParms::myIterations |
Definition at line 81 of file GU_Smooth.h.
| const UT_Array<GA_OffsetArray>* GU_SmoothParms::myRingZero |
Definition at line 84 of file GU_Smooth.h.
| fpreal GU_SmoothParms::myStepSize |
Definition at line 82 of file GU_Smooth.h.
| GU_SmoothWeightMethod GU_SmoothParms::myWeightMethod |
Definition at line 83 of file GU_Smooth.h.