7#ifndef PXR_IMAGING_HD_DATA_SOURCE_LEGACY_TASK_PRIM_H
8#define PXR_IMAGING_HD_DATA_SOURCE_LEGACY_TASK_PRIM_H
10#include "pxr/usd/sdf/path.h"
12#include "pxr/imaging/hd/api.h"
13#include "pxr/imaging/hd/dataSource.h"
17PXR_NAMESPACE_OPEN_SCOPE
19using HdLegacyTaskFactorySharedPtr = std::shared_ptr<class HdLegacyTaskFactory>;
36 HdDataSourceBaseHandle
Get(
const TfToken &name)
override;
42 HdLegacyTaskFactorySharedPtr factory);
46 HdLegacyTaskFactorySharedPtr
const _factory;
51PXR_NAMESPACE_CLOSE_SCOPE
A datasource representing structured (named, hierarchical) data, for example a geometric primitive or...
This is an HdContainerDataSource which represents a prim-level data source for a task for adapting Hd...
TfTokenVector GetNames() override
Returns the list of names for which Get(...) is expected to return a non-null value.
HdDataSourceBaseHandle Get(const TfToken &name) override
Returns the child datasource of the given name.
Adapter class providing data exchange with the client scene graph.
A path value used to locate objects in layers or scenegraphs.
Token for efficient comparison, assignment, and hashing of known strings.
std::vector< TfToken > TfTokenVector
Convenience types.