7#ifndef PXR_IMAGING_HD_MAP_CONTAINER_DATA_SOURCE_H
8#define PXR_IMAGING_HD_MAP_CONTAINER_DATA_SOURCE_H
10#include "pxr/imaging/hd/dataSource.h"
12PXR_NAMESPACE_OPEN_SCOPE
24 std::function<HdDataSourceBaseHandle(
const HdDataSourceBaseHandle &)>;
32 HdDataSourceBaseHandle
Get(
const TfToken &name)
override;
38 const ValueFunction &f,
39 const HdContainerDataSourceHandle &src);
43 HdContainerDataSourceHandle _src;
48PXR_NAMESPACE_CLOSE_SCOPE
A datasource representing structured (named, hierarchical) data, for example a geometric primitive or...
Applies function to all data sources in a container data source (non-recursively).
HD_API TfTokenVector GetNames() override
Returns the list of names for which Get(...) is expected to return a non-null value.
HD_API HdDataSourceBaseHandle Get(const TfToken &name) override
Returns the child datasource of the given name.
Token for efficient comparison, assignment, and hashing of known strings.
std::vector< TfToken > TfTokenVector
Convenience types.