18#ifndef EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_RILEY_RENDER_OUTPUT_SCHEMA_H
19#define EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_RILEY_RENDER_OUTPUT_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_OUTPUT_SCHEMA_TOKENS \
45 (relativePixelVariance) \
53 HD_PRMAN_RILEY_RENDER_OUTPUT_SCHEMA_TOKENS);
58class HdPrmanRileyRenderOutputSchema :
public HdSchema
64 HdPrmanRileyRenderOutputSchema(HdContainerDataSourceHandle container)
73 static HdPrmanRileyRenderOutputSchema GetFromParent(
74 const HdContainerDataSourceHandle &fromParentContainer);
85 HdTokenDataSourceHandle GetName()
86#if HD_API_VERSION >= 66
94 HdTokenDataSourceHandle GetType()
95#if HD_API_VERSION >= 66
103 HdTokenDataSourceHandle GetSource()
104#if HD_API_VERSION >= 66
112 HdTokenDataSourceHandle GetAccumulationRule()
113#if HD_API_VERSION >= 66
121 HdTokenDataSourceHandle GetFilter()
122#if HD_API_VERSION >= 66
130 HdVec2fDataSourceHandle GetFilterSize()
131#if HD_API_VERSION >= 66
139 HdFloatDataSourceHandle GetRelativePixelVariance()
140#if HD_API_VERSION >= 66
149#if HD_API_VERSION >= 66
164 static const TfToken &GetSchemaToken();
226 static HdContainerDataSourceHandle
228 const HdTokenDataSourceHandle &name,
229 const HdTokenDataSourceHandle &type,
230 const HdTokenDataSourceHandle &source,
231 const HdTokenDataSourceHandle &accumulationRule,
232 const HdTokenDataSourceHandle &filter,
233 const HdVec2fDataSourceHandle &filterSize,
234 const HdFloatDataSourceHandle &relativePixelVariance,
235 const HdContainerDataSourceHandle ¶ms
249 const HdTokenDataSourceHandle &name);
252 const HdTokenDataSourceHandle &type);
255 const HdTokenDataSourceHandle &source);
258 const HdTokenDataSourceHandle &accumulationRule);
261 const HdTokenDataSourceHandle &filter);
264 const HdVec2fDataSourceHandle &filterSize);
266 Builder &SetRelativePixelVariance(
267 const HdFloatDataSourceHandle &relativePixelVariance);
270 const HdContainerDataSourceHandle ¶ms);
274 HdContainerDataSourceHandle
Build();
277 HdTokenDataSourceHandle _name;
278 HdTokenDataSourceHandle _type;
279 HdTokenDataSourceHandle _source;
280 HdTokenDataSourceHandle _accumulationRule;
281 HdTokenDataSourceHandle _filter;
282 HdVec2fDataSourceHandle _filterSize;
283 HdFloatDataSourceHandle _relativePixelVariance;
284 HdContainerDataSourceHandle _params;
297 static HdTokenDataSourceHandle BuildTypeDataSource(
303PXR_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.