8#ifndef EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_RILEY_ENERGY_FILTER_SCHEMA_H
9#define EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_RILEY_ENERGY_FILTER_SCHEMA_H
13#include "hdPrman/api.h"
14#include "hdPrman/rileySchemaTypeDefs.h"
17#include "pxr/imaging/hd/schema.h"
18#include "pxr/imaging/hd/version.h"
20PXR_NAMESPACE_OPEN_SCOPE
22#define HD_PRMAN_RILEY_ENERGY_FILTER_SCHEMA_TOKENS \
28 HD_PRMAN_RILEY_ENERGY_FILTER_SCHEMA_TOKENS);
32class HdPrmanRileyEnergyFilterSchema :
public HdSchema
35 HdPrmanRileyEnergyFilterSchema(HdContainerDataSourceHandle container)
39 static HdPrmanRileyEnergyFilterSchema GetFromParent(
40 const HdContainerDataSourceHandle &fromParentContainer);
44#if HD_API_VERSION >= 66
52#if HD_API_VERSION >= 66
59 static const TfToken &GetSchemaToken();
71 static HdContainerDataSourceHandle
73 const HdVectorDataSourceHandle &energyFilter,
74 const HdContainerDataSourceHandle &attributes
82 const HdVectorDataSourceHandle &energyFilter);
85 const HdContainerDataSourceHandle &attributes);
88 HdContainerDataSourceHandle Build();
91 HdVectorDataSourceHandle _energyFilter;
92 HdContainerDataSourceHandle _attributes;
96PXR_NAMESPACE_CLOSE_SCOPE
Helper class for storing intermediate results when building a variable expression.
Represents an object that can identify the location of a data source.
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.