Loading...
Searching...
No Matches
rileyParamListSchema.h
Go to the documentation of this file.
1//
2// Copyright 2023 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://openusd.org/license.
6//
8
9/* ************************************************************************** */
10/* ** ** */
11/* ** This file is generated by a script. ** */
12/* ** ** */
13/* ** Do not edit it directly (unless it is within a CUSTOM CODE section)! ** */
14/* ** Edit hdSchemaDefs.py instead to make changes. ** */
15/* ** ** */
16/* ************************************************************************** */
17
18#ifndef EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_RILEY_PARAM_LIST_SCHEMA_H
19#define EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_RILEY_PARAM_LIST_SCHEMA_H
20
22
23#include "hdPrman/api.h"
24#include "hdPrman/rileySchemaTypeDefs.h"
25
26#include "pxr/imaging/hd/schema.h"
27#include "pxr/imaging/hd/version.h"
28
29// --(BEGIN CUSTOM CODE: Includes)--
30// --(END CUSTOM CODE: Includes)--
31
32PXR_NAMESPACE_OPEN_SCOPE
33
34// --(BEGIN CUSTOM CODE: Declares)--
35// --(END CUSTOM CODE: Declares)--
36
37#define HD_PRMAN_RILEY_PARAM_LIST_SCHEMA_TOKENS \
38 (params) \
39
40TF_DECLARE_PUBLIC_TOKENS(HdPrmanRileyParamListSchemaTokens, HDPRMAN_API,
41 HD_PRMAN_RILEY_PARAM_LIST_SCHEMA_TOKENS);
42
43//-----------------------------------------------------------------------------
44
45
59{
60public:
63
64 HdPrmanRileyParamListSchema(HdContainerDataSourceHandle container)
65 : HdSchema(container) {}
66
68
69// --(BEGIN CUSTOM CODE: Schema Methods)--
70// --(END CUSTOM CODE: Schema Methods)--
71
74
75 HDPRMAN_API
77#if HD_API_VERSION >= 66
78 const;
79#else
80 ;
81#endif
82
83
85
88
96 HDPRMAN_API
97 static HdContainerDataSourceHandle
99 const HdContainerDataSourceHandle &params
100 );
101
109 {
110 public:
111 HDPRMAN_API
112 Builder &SetParams(
113 const HdContainerDataSourceHandle &params);
114
116 HDPRMAN_API
117 HdContainerDataSourceHandle Build();
118
119 private:
120 HdContainerDataSourceHandle _params;
121
122 };
123
125};
126
127PXR_NAMESPACE_CLOSE_SCOPE
128
129#endif
Template class for a schema backed by a container whose children have arbitrary names but an expected...
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.
static HDPRMAN_API HdContainerDataSourceHandle BuildRetained(const HdContainerDataSourceHandle &params)
Schema classes represent a structured view of the inherently unstructured container data source passe...
Definition: schema.h:26
#define TF_DECLARE_PUBLIC_TOKENS(...)
Macro to define public tokens.
Definition: staticTokens.h:92