![]() |
|
Data source representing a container that stores a USD Xformable. More...
Public Member Functions | |
HD_DECLARE_DATASOURCE (UsdImagingDataSourceXform) | |
TfTokenVector | GetNames () override |
Returns the names contained in this data source. More... | |
HdDataSourceBaseHandle | Get (const TfToken &name) override |
Returns the data source for the given 'name' . 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 a container that stores a USD Xformable.
Note that this container only represents a flattened matrix right now, but could be expanded in the future to include more granular XformOps, which is why it exists as a separate entity.
Definition at line 317 of file dataSourcePrim.h.
|
overridevirtual |
Returns the data source for the given 'name'
.
Only 'matrix' and 'resetXformStack' return anything in this class.
Implements HdContainerDataSource.
|
overridevirtual |
Returns the names contained in this data source.
This class only returns 'matrix' and 'resetXformStack'.
Implements HdContainerDataSource.