18#ifndef PXR_IMAGING_HD_COLLECTIONS_SCHEMA_H
19#define PXR_IMAGING_HD_COLLECTIONS_SCHEMA_H
23#include "pxr/imaging/hd/api.h"
26#include "pxr/imaging/hd/schema.h"
31PXR_NAMESPACE_OPEN_SCOPE
36#define HD_COLLECTIONS_SCHEMA_TOKENS \
40 HD_COLLECTIONS_SCHEMA_TOKENS);
48class HdCollectionsSchema :
public HdSchema
54 HdCollectionsSchema(HdContainerDataSourceHandle container)
63 static HdCollectionsSchema GetFromParent(
64 const HdContainerDataSourceHandle &fromParentContainer);
78 HdCollectionSchema GetCollection(
const TfToken &name)
const;
88 static const TfToken &GetSchemaToken();
100 static HdContainerDataSourceHandle
104 const HdDataSourceBaseHandle *values);
109PXR_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.
#define TF_DECLARE_PUBLIC_TOKENS(...)
Macro to define public tokens.
std::vector< TfToken > TfTokenVector
Convenience types.