24 #ifndef PXR_IMAGING_HD_OVERLAY_CONTAINER_DATA_SOURCE_H 25 #define PXR_IMAGING_HD_OVERLAY_CONTAINER_DATA_SOURCE_H 27 #include "pxr/imaging/hd/dataSource.h" 29 PXR_NAMESPACE_OPEN_SCOPE
45 HdContainerDataSourceHandle *containers);
49 const HdContainerDataSourceHandle &src1,
50 const HdContainerDataSourceHandle &src2);
54 const HdContainerDataSourceHandle &src1,
55 const HdContainerDataSourceHandle &src2,
56 const HdContainerDataSourceHandle &src3);
63 HdDataSourceBaseHandle
Get(
const TfToken &name)
override;
72 PXR_NAMESPACE_CLOSE_SCOPE
A datasource representing structured (named, hierarchical) data, for example a geometric primitive or...
Token for efficient comparison, assignment, and hashing of known strings.
HD_API HdDataSourceBaseHandle Get(const TfToken &name) override
Returns the child datasource of the given name.
HD_API bool Has(const TfToken &name) override
Returns true if the container has a child datasource of the given name, in which case Get(name) is ex...
std::vector< TfToken > TfTokenVector
Convenience types.
HD_API TfTokenVector GetNames() override
Returns the list of names for which Get(...) is expected to return a non-null value.
Lazily composes two or more container source hierarchies Earlier entries on the containers array have...