|
HDK
|
#include "GU_API.h"#include "GU_Detail.h"#include <CE/CE_BufferDevice.h>#include <GA/GA_CEAttribute.h>#include <GA/GA_Range.h>#include <GA/GA_Types.h>#include <GEO/GEO_AttributeIndexPairs.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_StringHolder.h>#include <UT/UT_StringMap.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>
Include dependency graph for GU_LinearSkinDeformer.h:
This graph shows which files directly or indirectly include this file: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 66 of file GU_LinearSkinDeformer.h.