![]() |
|
Provides a view of values computed by ExecUsdSystem::Compute(). More...
#include <cacheView.h>
Public Member Functions | |
| ExecUsdCacheView ()=default | |
| Construct an invalid view. | |
| EXECUSD_API VtValue | Get (int index) const |
Returns the computed value for the provided extraction index. | |
Friends | |
| class | ExecUsd_RequestImpl |
Provides a view of values computed by ExecUsdSystem::Compute().
Cache views must not outlive the ExecUsdSystem or ExecUsdRequest from which they were built.
Definition at line 27 of file cacheView.h.
|
default |
Construct an invalid view.
| EXECUSD_API VtValue Get | ( | int | index | ) | const |
Returns the computed value for the provided extraction index.
Emits an error and returns an empty value if the index is not evaluated.
|
friend |
Definition at line 42 of file cacheView.h.