![]() |
|
Utility class for setting sparse sets of child data source fields to be filled as arguments into BuildRetained. More...
#include <usdRenderVarSchema.h>
Public Member Functions | |
| USDIMAGING_API Builder & | SetDataType (const HdTokenDataSourceHandle &dataType) |
| USDIMAGING_API Builder & | SetSourceName (const HdStringDataSourceHandle &sourceName) |
| USDIMAGING_API Builder & | SetSourceType (const HdTokenDataSourceHandle &sourceType) |
| USDIMAGING_API Builder & | SetNamespacedSettings (const HdContainerDataSourceHandle &namespacedSettings) |
| 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 142 of file usdRenderVarSchema.h.
| USDIMAGING_API HdContainerDataSourceHandle Build | ( | ) |
Returns a container data source containing the members set thus far.