18#ifndef PXR_IMAGING_HD_INSTANCE_PROXY_SCHEMA_H
19#define PXR_IMAGING_HD_INSTANCE_PROXY_SCHEMA_H
23#include "pxr/imaging/hd/api.h"
25#include "pxr/imaging/hd/schema.h"
30PXR_NAMESPACE_OPEN_SCOPE
35#define HD_INSTANCE_PROXY_SCHEMA_TOKENS \
40 HD_INSTANCE_PROXY_SCHEMA_TOKENS);
71 const HdContainerDataSourceHandle &fromParentContainer);
114 static HdContainerDataSourceHandle
116 const HdPathDataSourceHandle &prototypePath
130 const HdPathDataSourceHandle &prototypePath);
134 HdContainerDataSourceHandle
Build();
137 HdPathDataSourceHandle _prototypePath;
144PXR_NAMESPACE_CLOSE_SCOPE
Represents an object that can identify the location of a data source.
Utility class for setting sparse sets of child data source fields to be filled as arguments into Buil...
HD_API HdContainerDataSourceHandle Build()
Returns a container data source containing the members set thus far.
A schema for marking a prim as an instance proxy.
HD_API HdPathDataSourceHandle GetPrototypePath() const
The path to the propagated prototype prim that this instance proxy prim represents.
static HD_API HdContainerDataSourceHandle BuildRetained(const HdPathDataSourceHandle &prototypePath)
static HD_API HdInstanceProxySchema GetFromParent(const HdContainerDataSourceHandle &fromParentContainer)
Retrieves a container data source with the schema's default name token "instanceProxy" from the paren...
static HD_API const TfToken & GetSchemaToken()
Returns a token where the container representing this schema is found in a container by default.
static HD_API const HdDataSourceLocator & GetDefaultLocator()
Returns an HdDataSourceLocator (relative to the prim-level data source) where the container represent...
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.