24 #ifndef USDSKEL_GENERATED_PACKEDJOINTANIMATION_H 25 #define USDSKEL_GENERATED_PACKEDJOINTANIMATION_H 30 #include "pxr/usd/usdSkel/api.h" 35 #include "pxr/base/vt/value.h" 42 #include "pxr/base/tf/type.h" 44 PXR_NAMESPACE_OPEN_SCOPE
103 Get(
const UsdStagePtr &stage,
const SdfPath &path);
142 static const TfType &_GetStaticTfType();
144 static bool _IsTypedSchema();
148 const TfType &_GetTfType()
const override;
164 PXR_NAMESPACE_CLOSE_SCOPE
static USDSKEL_API UsdSkelPackedJointAnimation Define(const UsdStagePtr &stage, const SdfPath &path)
Attempt to ensure a UsdPrim adhering to this schema at path is defined (according to UsdPrim::IsDefin...
static USDSKEL_API const TfTokenVector & GetSchemaAttributeNames(bool includeInherited=true)
Return a vector of names of all pre-declared attributes for this schema class and all its ancestor cl...
Describes a skel animation, where joint animation is stored in a vectorized form.
UsdSchemaKind
An enum representing which kind of schema a given schema class belongs to.
UsdSkelPackedJointAnimation(const UsdSchemaBase &schemaObj)
Construct a UsdSkelPackedJointAnimation on the prim held by schemaObj .
UsdSkelPackedJointAnimation(const UsdPrim &prim=UsdPrim())
Construct a UsdSkelPackedJointAnimation on UsdPrim prim .
Represents a concrete typed schema.
UsdPrim is the sole persistent scenegraph object on a UsdStage, and is the embodiment of a "Prim" as ...
std::vector< TfToken > TfTokenVector
Convenience types.
A path value used to locate objects in layers or scenegraphs.
Contains an asset path and an optional resolved path.
static const UsdSchemaKind schemaKind
Compile time constant representing what kind of schema this class is.
static USDSKEL_API UsdSkelPackedJointAnimation Get(const UsdStagePtr &stage, const SdfPath &path)
Return a UsdSkelPackedJointAnimation holding the prim adhering to this schema at path on stage.
TfType represents a dynamic runtime type.
Singleton registry that provides access to schema type information and the prim definitions for regis...
virtual USDSKEL_API ~UsdSkelPackedJointAnimation()
Destructor.
USDSKEL_API UsdSchemaKind _GetSchemaKind() const override
Returns the kind of schema this class belongs to.
The base class for all schema types in Usd.
TfToken class for efficient string referencing and hashing, plus conversions to and from stl string c...