18#ifndef PXR_IMAGING_HD_DEPENDENCIES_SCHEMA_H
19#define PXR_IMAGING_HD_DEPENDENCIES_SCHEMA_H
23#include "pxr/imaging/hd/api.h"
26#include "pxr/imaging/hd/schema.h"
31PXR_NAMESPACE_OPEN_SCOPE
36#define HD_DEPENDENCIES_SCHEMA_TOKENS \
40 HD_DEPENDENCIES_SCHEMA_TOKENS);
45class HdDependenciesSchema :
public HdSchema
51 HdDependenciesSchema(HdContainerDataSourceHandle container)
60 static HdDependenciesSchema GetFromParent(
61 const HdContainerDataSourceHandle &fromParentContainer);
67 using EntryPair = std::pair<TfToken, HdDependencySchema>;
70 EntryVector GetEntries();
85 static const TfToken &GetSchemaToken();
97 static HdContainerDataSourceHandle
101 const HdDataSourceBaseHandle *values);
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...
This is a small-vector class with local storage optimization, the local storage can be specified via ...
Token for efficient comparison, assignment, and hashing of known strings.
#define TF_DECLARE_PUBLIC_TOKENS(...)
Macro to define public tokens.