Loading...
Searching...
No Matches
ExecValueKey Class Reference

Specifies a computed value. More...

#include <valueKey.h>

Public Member Functions

 ExecValueKey (EsfObject &&provider, const TfToken &computationName)
 
const EsfObjectGetProvider () const
 Returns the provider object of the requested value.
 
const TfTokenGetComputationName () 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.
 

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

◆ GetComputationName()

const TfToken & GetComputationName ( ) const
inline

Returns the name of the requested computation.

Definition at line 42 of file valueKey.h.

◆ GetDebugName()

EXEC_API std::string GetDebugName ( ) const

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

◆ GetProvider()

const EsfObject & 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: