![]() |
|
Utility class for setting sparse sets of child data source fields to be filled as arguments into BuildRetained. More...
#include <usdPrimInfoSchema.h>
Public Member Functions | |
| USDIMAGING_API Builder & | SetSpecifier (const HdTokenDataSourceHandle &specifier) |
| USDIMAGING_API Builder & | SetTypeName (const HdTokenDataSourceHandle &typeName) |
| USDIMAGING_API Builder & | SetIsLoaded (const HdBoolDataSourceHandle &isLoaded) |
| USDIMAGING_API Builder & | SetApiSchemas (const HdTokenArrayDataSourceHandle &apiSchemas) |
| USDIMAGING_API Builder & | SetKind (const HdTokenDataSourceHandle &kind) |
| USDIMAGING_API Builder & | SetNiPrototypePath (const HdPathDataSourceHandle &niPrototypePath) |
| USDIMAGING_API Builder & | SetIsNiPrototype (const HdBoolDataSourceHandle &isNiPrototype) |
| USDIMAGING_API Builder & | SetPiPropagatedPrototypes (const HdContainerDataSourceHandle &piPropagatedPrototypes) |
| 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 165 of file usdPrimInfoSchema.h.
| USDIMAGING_API HdContainerDataSourceHandle Build | ( | ) |
Returns a container data source containing the members set thus far.