8#ifndef PXR_IMAGING_HD_ENERGY_FILTER_SCHEMA_H
9#define PXR_IMAGING_HD_ENERGY_FILTER_SCHEMA_H
13#include "pxr/imaging/hd/api.h"
16#include "pxr/imaging/hd/schema.h"
18PXR_NAMESPACE_OPEN_SCOPE
20#define HD_ENERGY_FILTER_SCHEMA_TOKENS \
25 HD_ENERGY_FILTER_SCHEMA_TOKENS);
31class HdEnergyFilterSchema :
public HdSchema
37 HdEnergyFilterSchema(HdContainerDataSourceHandle container)
46 static HdEnergyFilterSchema GetFromParent(
47 const HdContainerDataSourceHandle &fromParentContainer);
63 static const TfToken &GetSchemaToken();
81 static HdContainerDataSourceHandle
83 const HdContainerDataSourceHandle &resource
92 const HdContainerDataSourceHandle &resource);
95 HdContainerDataSourceHandle Build();
98 HdContainerDataSourceHandle _resource;
104PXR_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.
The MaterialNode schema is a container schema that defines a particular node in a material network.
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.