![]() |
|
Interface for building up an exec request within a UsdExecImagingPrimAdapter. More...
#include <requestBuilder.h>
Public Member Functions | |
| virtual void | AddValueKey (const UsdPrim &providerPrim, const TfToken &computationName)=0 |
The calling UsdExecImagingPrimAdapter requires the computation of computationName provided by the prim providerPrim. | |
| virtual void | AddValueKey (const UsdAttribute &providerAttribute)=0 |
The calling UsdExecImagingPrimAdapter requires the computed value of providerAttribute. | |
Interface for building up an exec request within a UsdExecImagingPrimAdapter.
Definition at line 23 of file requestBuilder.h.
|
pure virtual |
The calling UsdExecImagingPrimAdapter requires the computed value of providerAttribute.
|
pure virtual |
The calling UsdExecImagingPrimAdapter requires the computation of computationName provided by the prim providerPrim.