HDK
|
#include "GU_API.h"
#include "GU_Detail.h"
#include <GEO/GEO_AttributeIndexPairs.h>
#include <GA/GA_Range.h>
#include <UT/UT_Array.h>
#include <UT/UT_Assert.h>
#include <UT/UT_DualQuaternion.h>
#include <UT/UT_IteratorRange.h>
#include <UT/UT_Matrix3.h>
#include <UT/UT_Matrix4.h>
#include <UT/UT_NonCopyable.h>
#include <UT/UT_Quaternion.h>
#include <UT/UT_TaskGroup.h>
#include <UT/UT_UniquePtr.h>
#include <UT/UT_VectorTypes.h>
#include <SYS/SYS_Inline.h>
#include <SYS/SYS_StaticAssert.h>
#include <SYS/SYS_TypeDecorate.h>
#include <SYS/SYS_Types.h>
#include <stddef.h>
Go to the source code of this file.
Classes | |
struct | GU_CaptureElement |
struct | GU_DualQuatXformT< T > |
class | GU_LinearSkinDeformerSourceAttribs |
class | GU_LinearSkinDeformerSourceWeights |
Class representing source capture weight data for GU_LinearSkinDeformer. More... | |
class | GU_LinearSkinDeformer |
Performs linear blend skinning of geometry. More... | |
Typedefs | |
typedef UT_Array < GU_CaptureElement > | GU_CaptureElementArray |
Definition at line 58 of file GU_LinearSkinDeformer.h.