Loading...
Searching...
No Matches
UsdExecImagingRequestBuilder Class Referenceabstract

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.
 

Detailed Description

Interface for building up an exec request within a UsdExecImagingPrimAdapter.

Definition at line 23 of file requestBuilder.h.

Member Function Documentation

◆ AddValueKey() [1/2]

virtual void AddValueKey ( const UsdAttribute & providerAttribute)
pure virtual

The calling UsdExecImagingPrimAdapter requires the computed value of providerAttribute.

◆ AddValueKey() [2/2]

virtual void AddValueKey ( const UsdPrim & providerPrim,
const TfToken & computationName )
pure virtual

The calling UsdExecImagingPrimAdapter requires the computation of computationName provided by the prim providerPrim.


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