18#ifndef EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_RILEY_MATERIAL_SCHEMA_H
19#define EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_RILEY_MATERIAL_SCHEMA_H
23#include "hdPrman/api.h"
24#include "hdPrman/rileySchemaTypeDefs.h"
27#include "pxr/imaging/hd/schema.h"
28#include "pxr/imaging/hd/version.h"
33PXR_NAMESPACE_OPEN_SCOPE
38#define HD_PRMAN_RILEY_MATERIAL_SCHEMA_TOKENS \
44 HD_PRMAN_RILEY_MATERIAL_SCHEMA_TOKENS);
49class HdPrmanRileyMaterialSchema :
public HdSchema
55 HdPrmanRileyMaterialSchema(HdContainerDataSourceHandle container)
64 static HdPrmanRileyMaterialSchema GetFromParent(
65 const HdContainerDataSourceHandle &fromParentContainer);
77#if HD_API_VERSION >= 66
86#if HD_API_VERSION >= 66
101 static const TfToken &GetSchemaToken();
139 static HdContainerDataSourceHandle
141 const HdVectorDataSourceHandle &bxdf,
142 const HdContainerDataSourceHandle &attributes
156 const HdVectorDataSourceHandle &bxdf);
159 const HdContainerDataSourceHandle &attributes);
163 HdContainerDataSourceHandle
Build();
166 HdVectorDataSourceHandle _bxdf;
167 HdContainerDataSourceHandle _attributes;
174PXR_NAMESPACE_CLOSE_SCOPE
Represents an object that can identify the location of a data source.
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.
Schema classes represent a structured view of the inherently unstructured container data source passe...
Template class wrapping a vector data source whose children are container data source conforming to a...
Token for efficient comparison, assignment, and hashing of known strings.
#define TF_DECLARE_PUBLIC_TOKENS(...)
Macro to define public tokens.