#include <GU_Feather.h>
|
| GU_FeatherTemplateInterpolate (const GU_Detail &gdp, const GU_Detail &templategdp, const GU_FeatherTemplateSet &templateinterp, const UT_StringHolder &indices_attrib_name, const UT_StringHolder &weights_attrib_name) |
|
| GU_FeatherTemplateInterpolate (const GU_Detail &gdp, const GU_FeatherTemplateSet &templateinterp, const GA_Attribute &templatenamesattrib, const GA_Attribute &templateweightattrib) |
|
bool | isValid () const |
|
bool | hasTemplateNames () const |
|
bool | hasTemplateIndices () const |
|
const GU_Detail & | getTemplateDetail () const |
|
void | getNames (GA_Offset primoff, UT_StringArray &templatenames) const |
|
void | getIndices (GA_Offset primoff, UT_Int64Array &templateindices) const |
|
void | getWeights (GA_Offset primoff, UT_FloatArray &templateweights) const |
|
void | getTemplateOffsets (GA_OffsetArray &templateoffsets, const UT_StringArray &templatenames, GA_Offset primoff) const |
|
void | getTemplateOffsets (GA_OffsetArray &templateoffsets, const UT_Int64Array &templateindices, GA_Offset primoff) const |
|
void | makeTemplateOffsetMap (UT_Map< UT_StringHolder, GA_Offset > &templatemap, const GU_Detail *templategdp, GA_ROHandleS &templatenameattrib) |
|
void | normalizeWeights (GA_OffsetArray &templateoffsets, UT_FloatArray &templateweights) const |
|
void | getTemplateOffsetsAndWeights (GA_Offset primoff, GA_OffsetArray &offsets, UT_FloatArray &weights, TempData &temp) const |
|
float | computeBlendedCurveParam (int i, int vtxcount, GA_OffsetArray &templateoffsets, UT_FloatArray &templateweights, GA_ROHandleI &template_firstbarb_handle, int shaftsegs, fpreal curvelength, UT_FloatArray &curveedgelengths) |
|
Definition at line 546 of file GU_Feather.h.
const GU_Detail& GU_FeatherTemplateInterpolate::getTemplateDetail |
( |
| ) |
const |
|
inline |
bool GU_FeatherTemplateInterpolate::hasTemplateIndices |
( |
| ) |
const |
|
inline |
bool GU_FeatherTemplateInterpolate::hasTemplateNames |
( |
| ) |
const |
|
inline |
bool GU_FeatherTemplateInterpolate::isValid |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: