![]() |
|
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... | |
| 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 | |
| struct ExecUsd_AttributeComputationValueKey |
Represents attribute computation value keys.
Definition at line 37 of file valueKey.h.
| Class Members | ||
|---|---|---|
| TfToken | computation | |
| UsdAttribute | provider | |
| struct ExecUsd_PrimComputationValueKey |
Represents prim computation value keys.
Definition at line 44 of file valueKey.h.
| Class Members | ||
|---|---|---|
| TfToken | computation | |
| UsdPrim | provider | |