25 #ifndef PXR_USD_IMAGING_USD_IMAGING_DATA_SOURCE_CAMERA_H 26 #define PXR_USD_IMAGING_USD_IMAGING_DATA_SOURCE_CAMERA_H 28 #include "pxr/usdImaging/usdImaging/dataSourcePrim.h" 29 #include "pxr/usdImaging/usdImaging/dataSourceStageGlobals.h" 33 #include "pxr/imaging/hd/dataSource.h" 35 PXR_NAMESPACE_OPEN_SCOPE
48 HdDataSourceBaseHandle
Get(
const TfToken &name)
override;
76 HdDataSourceBaseHandle
Get(
const TfToken &name)
override;
96 PXR_NAMESPACE_CLOSE_SCOPE
98 #endif // PXR_USD_IMAGING_USD_IMAGING_DATA_SOURCE_CAMERA_H A container data source representing camera info.
TfTokenVector GetNames() override
Returns the list of names for which Get(...) is expected to return a non-null value.
A datasource representing structured (named, hierarchical) data, for example a geometric primitive or...
Token for efficient comparison, assignment, and hashing of known strings.
Data source representing a basic USD prim.
This class is used as a context object with global stage information, that gets passed down to dataso...
Represents a set of data source locators closed under descendancy.
HdDataSourceBaseHandle Get(const TfToken &name) override
Returns the child datasource of the given name.
UsdPrim is the sole persistent scenegraph object on a UsdStage, and is the embodiment of a "Prim" as ...
std::vector< TfToken > TfTokenVector
Convenience types.
TfTokenVector GetNames() override
Returns the list of names for which Get(...) is expected to return a non-null value.
A path value used to locate objects in layers or scenegraphs.
HdDataSourceBaseHandle Get(const TfToken &name) override
Returns the child datasource of the given name.
A prim data source representing UsdCamera.