ExecValueKey Class Reference

Specifies a computed value. More...

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
 Return a human-readable description of this value key for diagnostic purposes. More...
 

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.

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: