7#ifndef PXR_USD_IMAGING_USD_IMAGING_DATA_SOURCE_STAGE_H
8#define PXR_USD_IMAGING_USD_IMAGING_DATA_SOURCE_STAGE_H
10#include "pxr/imaging/hd/dataSource.h"
11#include "pxr/usdImaging/usdImaging/api.h"
17PXR_NAMESPACE_OPEN_SCOPE
33 HdDataSourceBaseHandle
Get(
const TfToken& name)
override;
38 UsdStageRefPtr _stage;
43PXR_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.
Returns a dataSource that contains UsdStage level data.
USDIMAGING_API TfTokenVector GetNames() override
Returns the list of names for which Get(...) is expected to return a non-null value.
USDIMAGING_API HdDataSourceBaseHandle Get(const TfToken &name) override
Returns the child datasource of the given name.
The outermost container for scene description, which owns and presents composed prims as a scenegraph...
Standard pointer typedefs.
#define TF_DECLARE_REF_PTRS(type)
Define standard ref pointer types.
std::vector< TfToken > TfTokenVector
Convenience types.