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