![]() |
|
Utility class for setting sparse sets of child data source fields to be filled as arguments into BuildRetained. More...
#include <materialInterfaceParameterSchema.h>
Public Member Functions | |
| HD_API Builder & | SetDisplayGroup (const HdTokenDataSourceHandle &displayGroup) |
| HD_API Builder & | SetDisplayName (const HdTokenDataSourceHandle &displayName) |
| HD_API Builder & | SetMappings (const HdVectorDataSourceHandle &mappings) |
| HD_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 137 of file materialInterfaceParameterSchema.h.
| HD_API HdContainerDataSourceHandle Build | ( | ) |
Returns a container data source containing the members set thus far.