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
23#include "hdPrman/api.h"
24#include "hdPrman/rileySchemaTypeDefs.h"
26#include "pxr/imaging/hd/schema.h"
27#include "pxr/imaging/hd/version.h"
32PXR_NAMESPACE_OPEN_SCOPE
37#define HD_PRMAN_RILEY_PARAM_LIST_SCHEMA_TOKENS \
41 HD_PRMAN_RILEY_PARAM_LIST_SCHEMA_TOKENS);
77#if HD_API_VERSION >= 66
97 static HdContainerDataSourceHandle
99 const HdContainerDataSourceHandle ¶ms
113 const HdContainerDataSourceHandle ¶ms);
117 HdContainerDataSourceHandle
Build();
120 HdContainerDataSourceHandle _params;
127PXR_NAMESPACE_CLOSE_SCOPE
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 ¶ms)
Schema classes represent a structured view of the inherently unstructured container data source passe...
#define TF_DECLARE_PUBLIC_TOKENS(...)
Macro to define public tokens.