18 #ifndef PXR_IMAGING_HD_RENDER_SETTINGS_SCHEMA_H
19 #define PXR_IMAGING_HD_RENDER_SETTINGS_SCHEMA_H
39 #define HD_RENDER_SETTINGS_SCHEMA_TOKENS \
41 (namespacedSettings) \
45 (materialBindingPurposes) \
46 (renderingColorSpace) \
71 const HdContainerDataSourceHandle &fromParentContainer);
181 static HdContainerDataSourceHandle
183 const HdContainerDataSourceHandle &namespacedSettings,
185 const HdVectorDataSourceHandle &renderProducts,
203 const HdContainerDataSourceHandle &namespacedSettings);
209 const HdVectorDataSourceHandle &renderProducts);
225 HdContainerDataSourceHandle
Build();
228 HdContainerDataSourceHandle _namespacedSettings;
230 HdVectorDataSourceHandle _renderProducts;
#define HD_RENDER_SETTINGS_SCHEMA_TOKENS
HD_API Builder & SetActive(const HdBoolDataSourceHandle &active)
HD_API HdContainerDataSourceHandle Build()
Returns a container data source containing the members set thus far.
static HD_API const HdDataSourceLocator & GetFrameLocator()
HD_API Builder & SetShutterInterval(const HdVec2dDataSourceHandle &shutterInterval)
HD_API HdTokenDataSourceHandle GetRenderingColorSpace() const
HD_API HdContainerDataSourceHandle GetNamespacedSettings() const
static HD_API HdContainerDataSourceHandle BuildRetained(const HdContainerDataSourceHandle &namespacedSettings, const HdBoolDataSourceHandle &active, const HdVectorDataSourceHandle &renderProducts, const HdTokenArrayDataSourceHandle &includedPurposes, const HdTokenArrayDataSourceHandle &materialBindingPurposes, const HdTokenDataSourceHandle &renderingColorSpace, const HdVec2dDataSourceHandle &shutterInterval)
HdRenderSettingsSchema(HdContainerDataSourceHandle container)
static HD_API const HdDataSourceLocator & GetRenderProductsLocator()
Prim-level relative data source locator to locate renderProducts.
static HD_API const TfToken & GetSchemaToken()
TF_DECLARE_PUBLIC_TOKENS(HdRenderSettingsSchemaTokens, HD_API, HD_RENDER_SETTINGS_SCHEMA_TOKENS)
HD_API Builder & SetRenderingColorSpace(const HdTokenDataSourceHandle &renderingColorSpace)
static HD_API const HdDataSourceLocator & GetDefaultLocator()
HdTokenArrayDataSource::Handle HdTokenArrayDataSourceHandle
static HD_API const HdDataSourceLocator & GetIncludedPurposesLocator()
Prim-level relative data source locator to locate includedPurposes.
static HD_API const HdDataSourceLocator & GetRenderingColorSpaceLocator()
Prim-level relative data source locator to locate renderingColorSpace.
static HD_API const HdDataSourceLocator & GetMaterialBindingPurposesLocator()
Prim-level relative data source locator to locate materialBindingPurposes.
HdBoolDataSource::Handle HdBoolDataSourceHandle
static HD_API const HdDataSourceLocator & GetActiveLocator()
Prim-level relative data source locator to locate active.
that also have some descendant prim *whose name begins with which in turn has a child named baz where *the predicate active
HD_API Builder & SetMaterialBindingPurposes(const HdTokenArrayDataSourceHandle &materialBindingPurposes)
HD_API HdBoolDataSourceHandle GetActive() const
static HD_API const HdDataSourceLocator & GetShutterIntervalLocator()
Prim-level relative data source locator to locate shutterInterval.
HD_API HdTokenArrayDataSourceHandle GetIncludedPurposes() const
PXR_NAMESPACE_CLOSE_SCOPE PXR_NAMESPACE_OPEN_SCOPE
HD_API Builder & SetIncludedPurposes(const HdTokenArrayDataSourceHandle &includedPurposes)
#define PXR_NAMESPACE_CLOSE_SCOPE
HD_API HdVec2dDataSourceHandle GetShutterInterval() const
HD_API Builder & SetNamespacedSettings(const HdContainerDataSourceHandle &namespacedSettings)
static HD_API HdRenderSettingsSchema GetFromParent(const HdContainerDataSourceHandle &fromParentContainer)
HD_API HdRenderProductVectorSchema GetRenderProducts() const
HdTokenDataSource::Handle HdTokenDataSourceHandle
static HD_API const HdDataSourceLocator & GetNamespacedSettingsLocator()
Prim-level relative data source locator to locate namespacedSettings.
HD_API HdTokenArrayDataSourceHandle GetMaterialBindingPurposes() const
HdVec2dDataSource::Handle HdVec2dDataSourceHandle
HD_API Builder & SetRenderProducts(const HdVectorDataSourceHandle &renderProducts)