18#ifndef EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_RILEY_DISPLAY_SCHEMA_H
19#define EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_RILEY_DISPLAY_SCHEMA_H
23#include "hdPrman/api.h"
26#include "pxr/imaging/hd/schema.h"
27#include "pxr/imaging/hd/version.h"
32PXR_NAMESPACE_OPEN_SCOPE
37#define HD_PRMAN_RILEY_DISPLAY_SCHEMA_TOKENS \
46 HD_PRMAN_RILEY_DISPLAY_SCHEMA_TOKENS);
51class HdPrmanRileyDisplaySchema :
public HdSchema
57 HdPrmanRileyDisplaySchema(HdContainerDataSourceHandle container)
66 static HdPrmanRileyDisplaySchema GetFromParent(
67 const HdContainerDataSourceHandle &fromParentContainer);
78 HdPathDataSourceHandle GetRenderTarget()
79#if HD_API_VERSION >= 66
87 HdTokenDataSourceHandle GetName()
88#if HD_API_VERSION >= 66
96 HdTokenDataSourceHandle GetDriver()
97#if HD_API_VERSION >= 66
105 HdPathArrayDataSourceHandle GetRenderOutputs()
106#if HD_API_VERSION >= 66
115#if HD_API_VERSION >= 66
130 static const TfToken &GetSchemaToken();
180 static HdContainerDataSourceHandle
182 const HdPathDataSourceHandle &renderTarget,
183 const HdTokenDataSourceHandle &name,
184 const HdTokenDataSourceHandle &driver,
185 const HdPathArrayDataSourceHandle &renderOutputs,
186 const HdContainerDataSourceHandle &driverParams
200 const HdPathDataSourceHandle &renderTarget);
203 const HdTokenDataSourceHandle &name);
206 const HdTokenDataSourceHandle &driver);
209 const HdPathArrayDataSourceHandle &renderOutputs);
212 const HdContainerDataSourceHandle &driverParams);
216 HdContainerDataSourceHandle
Build();
219 HdPathDataSourceHandle _renderTarget;
220 HdTokenDataSourceHandle _name;
221 HdTokenDataSourceHandle _driver;
222 HdPathArrayDataSourceHandle _renderOutputs;
223 HdContainerDataSourceHandle _driverParams;
230PXR_NAMESPACE_CLOSE_SCOPE
Represents an object that can identify the location of a data source.
Utility class for setting sparse sets of child data source fields to be filled as arguments into Buil...
HDPRMAN_API HdContainerDataSourceHandle Build()
Returns a container data source containing the members set thus far.
Schema to describe RtParamList.
Schema classes represent a structured view of the inherently unstructured container data source passe...
Token for efficient comparison, assignment, and hashing of known strings.
#define TF_DECLARE_PUBLIC_TOKENS(...)
Macro to define public tokens.