Loading...
Searching...
No Matches
UsdExecImagingRequestBuilderInterface Class Referenceabstract

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.
 

Detailed Description

Interface for building up an exec request within an implementation of UsdExecImagingPrimAdapterInterface.

Definition at line 25 of file requestBuilderInterface.h.

Member Function Documentation

◆ AddValueKey() [1/2]

virtual void AddValueKey ( const UsdAttribute & providerAttribute)
pure virtual

The calling UsdExecImagingPrimAdapterInterface requires the computed value of providerAttribute.

◆ AddValueKey() [2/2]

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

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


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