![]() |
|
Specifies a computed value. More...
#include <valueKey.h>
Public Member Functions | |
| ExecValueKey (EsfObject &&provider, const TfToken &computationName) | |
| const EsfObject & | GetProvider () const |
| Returns the provider object of the requested value. | |
| const TfToken & | GetComputationName () const |
| Returns the name of the requested computation. | |
| EXEC_API std::string | GetDebugName () const |
| Return a human-readable description of this value key for diagnostic purposes. | |
Specifies a computed value.
Clients identify computations to evaluate using a scene description object that provides computations and the name of the computation.
Definition at line 28 of file valueKey.h.
|
inline |
Definition at line 31 of file valueKey.h.
|
inline |
Returns the name of the requested computation.
Definition at line 42 of file valueKey.h.
| EXEC_API std::string GetDebugName | ( | ) | const |
Return a human-readable description of this value key for diagnostic purposes.
|
inline |
Returns the provider object of the requested value.
Definition at line 37 of file valueKey.h.