Loading...
Searching...
No Matches
UsdExecImagingRequestAccessor Class Referenceabstract

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.
 

Detailed Description

Interface for reading exec-computed values within a UsdExecImagingPrimAdapter.

Definition at line 28 of file requestAccessor.h.

Member Function Documentation

◆ GetComputedValue()

virtual VtValue GetComputedValue ( const UsdExecImagingValueKey & valueKey)
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.


The documentation for this class was generated from the following file: