18#ifndef EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_RILEY_CAMERA_SCHEMA_H
19#define EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_RILEY_CAMERA_SCHEMA_H
23#include "hdPrman/api.h"
27#include "pxr/imaging/hd/schema.h"
28#include "pxr/imaging/hd/version.h"
33PXR_NAMESPACE_OPEN_SCOPE
38#define HD_PRMAN_RILEY_CAMERA_SCHEMA_TOKENS \
57 HD_PRMAN_RILEY_CAMERA_SCHEMA_TOKENS);
62class HdPrmanRileyCameraSchema :
public HdSchema
68 HdPrmanRileyCameraSchema(HdContainerDataSourceHandle container)
77 static HdPrmanRileyCameraSchema GetFromParent(
78 const HdContainerDataSourceHandle &fromParentContainer);
89 HdTokenDataSourceHandle GetName()
90#if HD_API_VERSION >= 66
98 HdPrmanRileyShadingNodeSchema GetProjection()
99#if HD_API_VERSION >= 66
107 HdMatrixDataSourceHandle GetXform()
108#if HD_API_VERSION >= 66
117#if HD_API_VERSION >= 66
132 static const TfToken &GetSchemaToken();
178 static HdContainerDataSourceHandle
180 const HdTokenDataSourceHandle &name,
181 const HdContainerDataSourceHandle &projection,
182 const HdMatrixDataSourceHandle &xform,
183 const HdContainerDataSourceHandle &properties
197 const HdTokenDataSourceHandle &name);
200 const HdContainerDataSourceHandle &projection);
203 const HdMatrixDataSourceHandle &xform);
206 const HdContainerDataSourceHandle &properties);
210 HdContainerDataSourceHandle
Build();
213 HdTokenDataSourceHandle _name;
214 HdContainerDataSourceHandle _projection;
215 HdMatrixDataSourceHandle _xform;
216 HdContainerDataSourceHandle _properties;
223PXR_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...
Token for efficient comparison, assignment, and hashing of known strings.
#define TF_DECLARE_PUBLIC_TOKENS(...)
Macro to define public tokens.