18#ifndef EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_RILEY_GEOMETRY_PROTOTYPE_SCHEMA_H
19#define EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_RILEY_GEOMETRY_PROTOTYPE_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_GEOMETRY_PROTOTYPE_SCHEMA_TOKENS \
38 (RileyGeometryPrototype) \
44 HD_PRMAN_RILEY_GEOMETRY_PROTOTYPE_SCHEMA_TOKENS);
49class HdPrmanRileyGeometryPrototypeSchema :
public HdSchema
55 HdPrmanRileyGeometryPrototypeSchema(HdContainerDataSourceHandle container)
64 static HdPrmanRileyGeometryPrototypeSchema GetFromParent(
65 const HdContainerDataSourceHandle &fromParentContainer);
76 HdTokenDataSourceHandle GetType()
77#if HD_API_VERSION >= 66
85 HdPathDataSourceHandle GetDisplacement()
86#if HD_API_VERSION >= 66
95#if HD_API_VERSION >= 66
110 static const TfToken &GetSchemaToken();
152 static HdContainerDataSourceHandle
154 const HdTokenDataSourceHandle &type,
155 const HdPathDataSourceHandle &displacement,
156 const HdContainerDataSourceHandle &primvars
170 const HdTokenDataSourceHandle &type);
173 const HdPathDataSourceHandle &displacement);
176 const HdContainerDataSourceHandle &primvars);
180 HdContainerDataSourceHandle
Build();
183 HdTokenDataSourceHandle _type;
184 HdPathDataSourceHandle _displacement;
185 HdContainerDataSourceHandle _primvars;
192PXR_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 RtPrimvarList.
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.