Loading...
Searching...
No Matches
valueOverride.h File Reference
+ Include dependency graph for valueOverride.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ExecValueOverride
 Specifies a computed value that should be temporarily overridden with a different value. More...
 

Typedefs

using ExecValueOverrideVector = std::vector< ExecValueOverride >
 

Class Documentation

◆ ExecValueOverride

struct ExecValueOverride

Specifies a computed value that should be temporarily overridden with a different value.

See also
ExecSystem::_ComputeWithOverrides

Definition at line 27 of file valueOverride.h.

Class Members
VtValue overrideValue When exec computes the above value key, it should produce this value.
ExecValueKey valueKey Which computed value should be overridden.

Typedef Documentation

◆ ExecValueOverrideVector

using ExecValueOverrideVector = std::vector<ExecValueOverride>

Definition at line 36 of file valueOverride.h.