Loading...
Searching...
No Matches
valueKey.h File Reference
+ Include dependency graph for valueKey.h:

Go to the source code of this file.

Classes

struct  ExecUsd_ExpiredValueKey
 Represents expired value keys. More...
 
struct  ExecUsd_AttributeComputationValueKey
 Represents attribute computation value keys. More...
 
struct  ExecUsd_PrimComputationValueKey
 Represents prim computation value keys. More...
 
class  ExecUsdValueKey
 Specifies a computed value. More...
 

Class Documentation

◆ ExecUsd_ExpiredValueKey

struct ExecUsd_ExpiredValueKey

Represents expired value keys.

Records the path and computation for debugging purposes.

Definition at line 30 of file valueKey.h.

Class Members
TfToken computation
SdfPath path

◆ ExecUsd_AttributeComputationValueKey

struct ExecUsd_AttributeComputationValueKey

Represents attribute computation value keys.

Definition at line 37 of file valueKey.h.

Class Members
TfToken computation
UsdAttribute provider

◆ ExecUsd_PrimComputationValueKey

struct ExecUsd_PrimComputationValueKey

Represents prim computation value keys.

Definition at line 44 of file valueKey.h.

Class Members
TfToken computation
UsdPrim provider