24 #ifndef PXR_USD_IMAGING_USD_IMAGING_DATA_SOURCE_STAGE_H 25 #define PXR_USD_IMAGING_USD_IMAGING_DATA_SOURCE_STAGE_H 27 #include "pxr/imaging/hd/dataSource.h" 28 #include "pxr/usdImaging/usdImaging/api.h" 34 PXR_NAMESPACE_OPEN_SCOPE
50 HdDataSourceBaseHandle
Get(
const TfToken& name)
override;
55 UsdStageRefPtr _stage;
60 PXR_NAMESPACE_CLOSE_SCOPE
USDIMAGING_API HdDataSourceBaseHandle Get(const TfToken &name) override
Returns the child datasource of the given name.
Standard pointer typedefs.
The outermost container for scene description, which owns and presents composed prims as a scenegraph...
A datasource representing structured (named, hierarchical) data, for example a geometric primitive or...
Token for efficient comparison, assignment, and hashing of known strings.
Returns a dataSource that contains UsdStage level data.
std::vector< TfToken > TfTokenVector
Convenience types.
#define TF_DECLARE_REF_PTRS(type)
Define standard ref pointer types.
USDIMAGING_API TfTokenVector GetNames() override
Returns the list of names for which Get(...) is expected to return a non-null value.