HDK
|
#include <extentSchema.h>
Public Member Functions | |
HD_API Builder & | SetMin (const HdVec3dDataSourceHandle &min) |
HD_API Builder & | SetMax (const HdVec3dDataSourceHandle &max) |
HD_API HdContainerDataSourceHandle | Build () |
Returns a container data source containing the members set thus far. More... | |
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 85 of file extentSchema.h.
HD_API HdContainerDataSourceHandle HdExtentSchema::Builder::Build | ( | ) |
Returns a container data source containing the members set thus far.
HD_API Builder& HdExtentSchema::Builder::SetMax | ( | const HdVec3dDataSourceHandle & | max | ) |
HD_API Builder& HdExtentSchema::Builder::SetMin | ( | const HdVec3dDataSourceHandle & | min | ) |