18#ifndef EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_RILEY_RENDER_VIEW_SCHEMA_H
19#define EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_RILEY_RENDER_VIEW_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_RENDER_VIEW_SCHEMA_TOKENS \
49 HD_PRMAN_RILEY_RENDER_VIEW_SCHEMA_TOKENS);
54class HdPrmanRileyRenderViewSchema :
public HdSchema
60 HdPrmanRileyRenderViewSchema(HdContainerDataSourceHandle container)
69 static HdPrmanRileyRenderViewSchema GetFromParent(
70 const HdContainerDataSourceHandle &fromParentContainer);
81 HdPathDataSourceHandle GetRenderTarget()
82#if HD_API_VERSION >= 66
90 HdPathDataSourceHandle GetCamera()
91#if HD_API_VERSION >= 66
99 HdPathDataSourceHandle GetIntegrator()
100#if HD_API_VERSION >= 66
108 HdPathArrayDataSourceHandle GetDisplayFilters()
109#if HD_API_VERSION >= 66
117 HdPathArrayDataSourceHandle GetSampleFilters()
118#if HD_API_VERSION >= 66
127#if HD_API_VERSION >= 66
142 static const TfToken &GetSchemaToken();
196 static HdContainerDataSourceHandle
198 const HdPathDataSourceHandle &renderTarget,
199 const HdPathDataSourceHandle &camera,
200 const HdPathDataSourceHandle &integrator,
201 const HdPathArrayDataSourceHandle &displayFilters,
202 const HdPathArrayDataSourceHandle &sampleFilters,
203 const HdContainerDataSourceHandle ¶ms
217 const HdPathDataSourceHandle &renderTarget);
220 const HdPathDataSourceHandle &camera);
223 const HdPathDataSourceHandle &integrator);
226 const HdPathArrayDataSourceHandle &displayFilters);
229 const HdPathArrayDataSourceHandle &sampleFilters);
232 const HdContainerDataSourceHandle ¶ms);
236 HdContainerDataSourceHandle
Build();
239 HdPathDataSourceHandle _renderTarget;
240 HdPathDataSourceHandle _camera;
241 HdPathDataSourceHandle _integrator;
242 HdPathArrayDataSourceHandle _displayFilters;
243 HdPathArrayDataSourceHandle _sampleFilters;
244 HdContainerDataSourceHandle _params;
255 static HdTokenDataSourceHandle BuildFilterModeDataSource(
261PXR_NAMESPACE_CLOSE_SCOPE
Represents an object that can identify the location of a data source.
Schema to describe RtParamList.
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 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.