Loading...
Searching...
No Matches
UsdImagingGeomXformVectorsSchema::Builder Class Reference

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 BuilderSetTranslation (const HdVec3dDataSourceHandle &translation)
 
USDIMAGING_API BuilderSetRotation (const HdVec3fDataSourceHandle &rotation)
 
USDIMAGING_API BuilderSetRotationOrder (const HdTokenDataSourceHandle &rotationOrder)
 
USDIMAGING_API BuilderSetScale (const HdVec3fDataSourceHandle &scale)
 
USDIMAGING_API BuilderSetPivot (const HdVec3fDataSourceHandle &pivot)
 
USDIMAGING_API HdContainerDataSourceHandle Build ()
 Returns a container data source containing the members set thus far.
 

Detailed Description

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.

Member Function Documentation

◆ Build()

USDIMAGING_API HdContainerDataSourceHandle Build ( )

Returns a container data source containing the members set thus far.


The documentation for this class was generated from the following file: