![]() |
|
Interface for reading exec-computed values within a UsdExecImagingPrimAdapter. More...
#include <requestAccessor.h>
Public Member Functions | |
| virtual VtValue | GetComputedValue (const UsdExecImagingValueKey &valueKey)=0 |
Reads the computed value identified by valueKey. | |
Interface for reading exec-computed values within a UsdExecImagingPrimAdapter.
Definition at line 28 of file requestAccessor.h.
|
pure virtual |
Reads the computed value identified by valueKey.
The calling UsdExecImagingAdapter must have added the equivalent value key in its implementation of BuildRequest, or else this method may return an empty value. If the requested valueKey was not previously added to the exec request, this emits a TF_CODING_ERROR.