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

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 BuilderSetNiPrototypePath (const HdPathDataSourceHandle &niPrototypePath)
 
USDIMAGING_API BuilderSetIsNiPrototype (const HdBoolDataSourceHandle &isNiPrototype)
 
USDIMAGING_API BuilderSetSpecifier (const HdTokenDataSourceHandle &specifier)
 
USDIMAGING_API BuilderSetPiPropagatedPrototypes (const HdContainerDataSourceHandle &piPropagatedPrototypes)
 
USDIMAGING_API BuilderSetIsLoaded (const HdBoolDataSourceHandle &isLoaded)
 
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 167 of file usdPrimInfoSchema.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: