18#ifndef EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_RILEY_SHADING_NODE_SCHEMA_H
19#define EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_RILEY_SHADING_NODE_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_SHADING_NODE_SCHEMA_TOKENS \
53 HD_PRMAN_RILEY_SHADING_NODE_SCHEMA_TOKENS);
58class HdPrmanRileyShadingNodeSchema :
public HdSchema
64 HdPrmanRileyShadingNodeSchema(HdContainerDataSourceHandle container)
76 HdTokenDataSourceHandle GetType()
77#if HD_API_VERSION >= 66
85 HdTokenDataSourceHandle GetName()
86#if HD_API_VERSION >= 66
94 HdTokenDataSourceHandle GetHandle()
95#if HD_API_VERSION >= 66
104#if HD_API_VERSION >= 66
124 static HdContainerDataSourceHandle
126 const HdTokenDataSourceHandle &type,
127 const HdTokenDataSourceHandle &name,
128 const HdTokenDataSourceHandle &handle,
129 const HdContainerDataSourceHandle ¶ms
143 const HdTokenDataSourceHandle &type);
146 const HdTokenDataSourceHandle &name);
149 const HdTokenDataSourceHandle &handle);
152 const HdContainerDataSourceHandle ¶ms);
156 HdContainerDataSourceHandle
Build();
159 HdTokenDataSourceHandle _type;
160 HdTokenDataSourceHandle _name;
161 HdTokenDataSourceHandle _handle;
162 HdContainerDataSourceHandle _params;
180 static HdTokenDataSourceHandle BuildTypeDataSource(
186PXR_NAMESPACE_CLOSE_SCOPE
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.