| 
|   | GusdUSD_XformCache (GusdStageCache &cache) | 
|   | 
|   | GusdUSD_XformCache () | 
|   | 
|   | ~GusdUSD_XformCache () override | 
|   | 
| bool  | GetLocalTransformation (const UsdPrim &prim, UsdTimeCode time, UT_Matrix4D &xform) | 
|   | 
| bool  | GetLocalToWorldTransform (const UsdPrim &prim, UsdTimeCode time, UT_Matrix4D &xform) | 
|   | 
| bool  | GetLocalTransformations (const UT_Array< UsdPrim > &prims, const GusdDefaultArray< UsdTimeCode > ×, UT_Matrix4D *xfroms) | 
|   | 
| bool  | GetLocalToWorldTransforms (const UT_Array< UsdPrim > &prims, const GusdDefaultArray< UsdTimeCode > ×, UT_Matrix4D *xforms) | 
|   | 
| bool  | GetConstraintTransforms (const TfToken &constraint, const UT_Array< UsdPrim > &prims, const GusdDefaultArray< UsdTimeCode > ×, UT_Matrix4D *xforms) | 
|   | 
| bool  | GetConstraintTransforms (const UT_Array< TfToken > &constraints, const UT_Array< UsdPrim > &prims, const GusdDefaultArray< UsdTimeCode > ×, UT_Matrix4D *xforms) | 
|   | 
| GUSD_API XformInfoHandle  | GetXformInfo (const UsdPrim &prim) | 
|   | 
| GUSD_API void  | Clear () override | 
|   | Clear all caches.  More...
  | 
|   | 
| GUSD_API int64  | Clear (const UT_StringSet &paths) override | 
|   | Clear caches for a set of stages by path.  More...
  | 
|   | 
|   | GusdUSD_DataCache (GusdStageCache &cache) | 
|   | 
|   | GusdUSD_DataCache () | 
|   | 
| virtual  | ~GusdUSD_DataCache () | 
|   | 
Concurrent memory-capped cache for primitive transforms. 
Definition at line 40 of file USD_XformCache.h.