7#ifndef PXR_USD_IMAGING_USD_EXEC_IMAGING_REQUEST_BUILDER_INTERFACE_H
8#define PXR_USD_IMAGING_USD_EXEC_IMAGING_REQUEST_BUILDER_INTERFACE_H
14#include "pxr/usdImaging/usdExecImaging/api.h"
16PXR_NAMESPACE_OPEN_SCOPE
36 const TfToken &computationName) = 0;
45PXR_NAMESPACE_CLOSE_SCOPE
Token for efficient comparison, assignment, and hashing of known strings.
Scenegraph object for authoring and retrieving numeric, string, and array valued data,...
Interface for building up an exec request within an implementation of UsdExecImagingPrimAdapterInterf...
virtual void AddValueKey(const UsdPrim &providerPrim, const TfToken &computationName)=0
The calling UsdExecImagingPrimAdapterInterface requires the computation of computationName provided b...
virtual void AddValueKey(const UsdAttribute &providerAttribute)=0
The calling UsdExecImagingPrimAdapterInterface requires the computed value of providerAttribute.
UsdPrim is the sole persistent scenegraph object on a UsdStage, and is the embodiment of a "Prim" as ...