HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ExecValueKey Class Reference

#include <valueKey.h>

Public Member Functions

 ExecValueKey (EsfObject &&provider, const TfToken &computationName)
 
const EsfObjectGetProvider () const
 Returns the provider object of the requested value. More...
 
const TfTokenGetComputationName () const
 Returns the name of the requested computation. More...
 
EXEC_API std::string GetDebugName () const
 

Detailed Description

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.

Constructor & Destructor Documentation

ExecValueKey::ExecValueKey ( EsfObject &&  provider,
const TfToken computationName 
)
inline

Definition at line 31 of file valueKey.h.

Member Function Documentation

const TfToken& ExecValueKey::GetComputationName ( ) const
inline

Returns the name of the requested computation.

Definition at line 42 of file valueKey.h.

EXEC_API std::string ExecValueKey::GetDebugName ( ) const

Return a human-readable description of this value key for diagnostic purposes.

const EsfObject& ExecValueKey::GetProvider ( ) const
inline

Returns the provider object of the requested value.

Definition at line 37 of file valueKey.h.


The documentation for this class was generated from the following file: