HDK
|
#include <GU_Smooth.h>
Public Member Functions | |
GU_ImplicitSmoothParms (fpreal64 strength=1.0, int filterQuality=2, GU_ImplicitSmoothMethod method=GU_IMPLICIT_SMOOTH_METHOD_UNIFORM, GU_SmoothBoundaryMask boundaryMask=GU_SMOOTH_BOUNDARY_ALL, const GA_Group *constrainGroup=NULL, const UT_Map< GA_Offset, fpreal > *weights=NULL) | |
Public Attributes | |
fpreal64 | myStrength |
int | myFilterQuality |
GU_ImplicitSmoothMethod | myMethod |
GU_SmoothBoundaryMask | myBoundaryMask |
const GA_Group * | myConstrainGroup |
const UT_Map< GA_Offset, fpreal > * | myWeights |
Definition at line 129 of file GU_Smooth.h.
|
inline |
Definition at line 160 of file GU_Smooth.h.
GU_SmoothBoundaryMask GU_ImplicitSmoothParms::myBoundaryMask |
Definition at line 146 of file GU_Smooth.h.
const GA_Group* GU_ImplicitSmoothParms::myConstrainGroup |
Definition at line 151 of file GU_Smooth.h.
int GU_ImplicitSmoothParms::myFilterQuality |
Definition at line 140 of file GU_Smooth.h.
GU_ImplicitSmoothMethod GU_ImplicitSmoothParms::myMethod |
Definition at line 143 of file GU_Smooth.h.
fpreal64 GU_ImplicitSmoothParms::myStrength |
Definition at line 133 of file GU_Smooth.h.
Definition at line 158 of file GU_Smooth.h.