18#ifndef EXT_RMANPKG_25_0_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_RILEY_PARAM_LIST_SCHEMA_H
19#define EXT_RMANPKG_25_0_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);
56class HdPrmanRileyParamListSchema :
public HdSchema
62 HdPrmanRileyParamListSchema(HdContainerDataSourceHandle container)
75#if HD_API_VERSION >= 66
95 static HdContainerDataSourceHandle
97 const HdContainerDataSourceHandle ¶ms
111 const HdContainerDataSourceHandle ¶ms);
115 HdContainerDataSourceHandle
Build();
118 HdContainerDataSourceHandle _params;
125PXR_NAMESPACE_CLOSE_SCOPE
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.
Template class for a schema backed by a container whose children have arbitrary names but an expected...
Schema classes represent a structured view of the inherently unstructured container data source passe...
#define TF_DECLARE_PUBLIC_TOKENS(...)
Macro to define public tokens.