![]() |
|
Data source representing model API for a USD prim. More...
Public Member Functions | |
HD_DECLARE_DATASOURCE (UsdImagingDataSourceModel) | |
TfTokenVector | GetNames () override |
Return attribute names of UsdImagingModelSchema. More... | |
HdDataSourceBaseHandle | Get (const TfToken &name) override |
Returns data authored on USD prim (without resolving inherited) for attribute names of UsdImagingModelSchema. More... | |
![]() | |
HD_DECLARE_DATASOURCE_ABSTRACT (HdContainerDataSource) | |
Additional Inherited Members | |
![]() | |
static HD_API HdDataSourceBaseHandle | Get (const Handle &container, const HdDataSourceLocator &locator) |
A convenience function: given container , return the descendant identified by locator , which may be at any depth. More... | |
Data source representing model API for a USD prim.
Definition at line 363 of file dataSourcePrim.h.
|
overridevirtual |
Returns data authored on USD prim (without resolving inherited) for attribute names of UsdImagingModelSchema.
Implements HdContainerDataSource.
|
overridevirtual |
Return attribute names of UsdImagingModelSchema.
Implements HdContainerDataSource.