![]() |
|
Utility class for setting sparse sets of child data source fields to be filled as arguments into BuildRetained. More...
#include <geomXformVectorsSchema.h>
Public Member Functions | |
| USDIMAGING_API Builder & | SetTranslation (const HdVec3dDataSourceHandle &translation) |
| USDIMAGING_API Builder & | SetRotation (const HdVec3fDataSourceHandle &rotation) |
| USDIMAGING_API Builder & | SetRotationOrder (const HdTokenDataSourceHandle &rotationOrder) |
| USDIMAGING_API Builder & | SetScale (const HdVec3fDataSourceHandle &scale) |
| USDIMAGING_API Builder & | SetPivot (const HdVec3fDataSourceHandle &pivot) |
| USDIMAGING_API HdContainerDataSourceHandle | Build () |
| Returns a container data source containing the members set thus far. | |
Utility class for setting sparse sets of child data source fields to be filled as arguments into BuildRetained.
Because all setter methods return a reference to the instance, this can be used in the "builder pattern" form.
Definition at line 143 of file geomXformVectorsSchema.h.
| USDIMAGING_API HdContainerDataSourceHandle Build | ( | ) |
Returns a container data source containing the members set thus far.