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

Go to the source code of this file.

Typedefs

using ExecIrResult = TfDenseHashMap< TfToken, VtValue, TfToken::HashFunctor >
 Map used to return results from controller forward and inverse computations.
 

Typedef Documentation

◆ ExecIrResult

Map used to return results from controller forward and inverse computations.

The map entries are the names of attributes for which the computation produces values and the corresponding computed values.

Definition at line 25 of file types.h.