HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UsdSkelBinding Class Reference

#include <binding.h>

Public Member Functions

 UsdSkelBinding ()
 
 UsdSkelBinding (const UsdSkelSkeleton &skel, const VtArray< UsdSkelSkinningQuery > &skinningQueries)
 
const UsdSkelSkeletonGetSkeleton () const
 Returns the bound skeleton. More...
 
const VtArray
< UsdSkelSkinningQuery > & 
GetSkinningTargets () const
 Returns the set skinning targets. More...
 

Detailed Description

Helper object that describes the binding of a skeleton to a set of skinnable objects. The set of skinnable objects is given as UsdSkelSkinningQuery prims, which can be used both to identify the skinned prim as well compute skinning properties of the prim.

Definition at line 44 of file binding.h.

Constructor & Destructor Documentation

UsdSkelBinding::UsdSkelBinding ( )
inline

Definition at line 47 of file binding.h.

UsdSkelBinding::UsdSkelBinding ( const UsdSkelSkeleton skel,
const VtArray< UsdSkelSkinningQuery > &  skinningQueries 
)
inline

Definition at line 49 of file binding.h.

Member Function Documentation

const UsdSkelSkeleton& UsdSkelBinding::GetSkeleton ( ) const
inline

Returns the bound skeleton.

Definition at line 54 of file binding.h.

const VtArray<UsdSkelSkinningQuery>& UsdSkelBinding::GetSkinningTargets ( ) const
inline

Returns the set skinning targets.

Definition at line 57 of file binding.h.


The documentation for this class was generated from the following file: