18#ifndef PXR_IMAGING_HD_CATEGORIES_SCHEMA_H
19#define PXR_IMAGING_HD_CATEGORIES_SCHEMA_H
23#include "pxr/imaging/hd/api.h"
25#include "pxr/imaging/hd/schema.h"
30PXR_NAMESPACE_OPEN_SCOPE
35#define HD_CATEGORIES_SCHEMA_TOKENS \
39 HD_CATEGORIES_SCHEMA_TOKENS);
44class HdCategoriesSchema :
public HdSchema
50 HdCategoriesSchema(HdContainerDataSourceHandle container)
59 static HdCategoriesSchema GetFromParent(
60 const HdContainerDataSourceHandle &fromParentContainer);
69 bool IsIncludedInCategory(
const TfToken &categoryName);
72 static HdContainerDataSourceHandle BuildRetained(
73 size_t includedNameCount,
75 size_t excludedNameCount,
91 static const TfToken &GetSchemaToken();
106PXR_NAMESPACE_CLOSE_SCOPE
Represents an object that can identify the location of a data source.
Schema classes represent a structured view of the inherently unstructured container data source passe...
Token for efficient comparison, assignment, and hashing of known strings.
Represents an arbitrary dimensional rectangular container class.
#define TF_DECLARE_PUBLIC_TOKENS(...)
Macro to define public tokens.