18#ifndef EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_RILEY_PARAM_SCHEMA_H
19#define EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_RILEY_PARAM_SCHEMA_H
23#include "hdPrman/api.h"
25#include "pxr/imaging/hd/schema.h"
26#include "pxr/imaging/hd/version.h"
31PXR_NAMESPACE_OPEN_SCOPE
36#define HD_PRMAN_RILEY_PARAM_SCHEMA_TOKENS \
41 HD_PRMAN_RILEY_PARAM_SCHEMA_TOKENS);
46class HdPrmanRileyParamSchema :
public HdSchema
52 HdPrmanRileyParamSchema(HdContainerDataSourceHandle container)
64 HdSampledDataSourceHandle GetValue()
65#if HD_API_VERSION >= 66
75 HdTokenDataSourceHandle GetRole()
76#if HD_API_VERSION >= 66
96 static HdContainerDataSourceHandle
98 const HdSampledDataSourceHandle &value,
99 const HdTokenDataSourceHandle &role
113 const HdSampledDataSourceHandle &value);
116 const HdTokenDataSourceHandle &role);
120 HdContainerDataSourceHandle
Build();
123 HdSampledDataSourceHandle _value;
124 HdTokenDataSourceHandle _role;
131PXR_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.
Schema classes represent a structured view of the inherently unstructured container data source passe...
#define TF_DECLARE_PUBLIC_TOKENS(...)
Macro to define public tokens.