28 #ifndef PXR_IMAGING_HD_INSTANCED_BY_SCHEMA_H 29 #define PXR_IMAGING_HD_INSTANCED_BY_SCHEMA_H 31 #include "pxr/imaging/hd/api.h" 33 #include "pxr/imaging/hd/schema.h" 35 PXR_NAMESPACE_OPEN_SCOPE
39 #define HDINSTANCEDBY_SCHEMA_TOKENS \ 44 HDINSTANCEDBY_SCHEMA_TOKENS);
68 class HdInstancedBySchema :
public HdSchema 71 HdInstancedBySchema(HdContainerDataSourceHandle container)
77 HdPathArrayDataSourceHandle GetPaths();
87 static HdContainerDataSourceHandle
89 const HdPathArrayDataSourceHandle &paths
103 const HdPathArrayDataSourceHandle &paths);
107 HdContainerDataSourceHandle
Build();
110 HdPathArrayDataSourceHandle _paths;
119 static HdInstancedBySchema GetFromParent(
120 const HdContainerDataSourceHandle &fromParentContainer);
129 PXR_NAMESPACE_CLOSE_SCOPE
HD_API HdContainerDataSourceHandle Build()
Returns a container data source containing the members set thus far.
Represents an object that can identify the location of a data source.
#define TF_DECLARE_PUBLIC_TOKENS(...)
Macro to define public tokens.
Utility class for setting sparse sets of child data source fields to be filled as arguments into Buil...
Schema classes represent a structured view of the inherently unstructured container data source passe...