![]() |
|
Specifies a computed value. More...
#include <valueKey.h>
Public Member Functions | |
| EXECUSD_API | ExecUsdValueKey (const UsdAttribute &provider) |
| Constructs a value key that computes the builtin computeValue attribute computation. | |
| EXECUSD_API | ExecUsdValueKey (const UsdAttribute &provider, const TfToken &computation) |
| Constructs a value key representing an attribute computation. | |
| EXECUSD_API | ExecUsdValueKey (const UsdPrim &provider, const TfToken &computation) |
| Constructs a value key representing a prim computation. | |
Friends | |
| template<typename Visitor > | |
| auto | ExecUsd_VisitValueKey (Visitor &&, const ExecUsdValueKey &) |
| void | ExecUsd_ExpireValueKey (ExecUsdValueKey *) |
Specifies a computed value.
Clients identify computations to evaluate using a UsdObject that provides computations and the name of the computation.
Definition at line 55 of file valueKey.h.
|
explicit |
Constructs a value key that computes the builtin computeValue attribute computation.
| EXECUSD_API ExecUsdValueKey | ( | const UsdAttribute & | provider, |
| const TfToken & | computation | ||
| ) |
Constructs a value key representing an attribute computation.
| EXECUSD_API ExecUsdValueKey | ( | const UsdPrim & | provider, |
| const TfToken & | computation | ||
| ) |
Constructs a value key representing a prim computation.