HDK
|
#include <planeSchema.h>
Public Member Functions | |
HD_API Builder & | SetDoubleSided (const HdBoolDataSourceHandle &doubleSided) |
HD_API Builder & | SetAxis (const HdTokenDataSourceHandle &axis) |
HD_API Builder & | SetLength (const HdDoubleDataSourceHandle &length) |
HD_API Builder & | SetWidth (const HdDoubleDataSourceHandle &width) |
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 131 of file planeSchema.h.
HD_API HdContainerDataSourceHandle HdPlaneSchema::Builder::Build | ( | ) |
Returns a container data source containing the members set thus far.
HD_API Builder& HdPlaneSchema::Builder::SetAxis | ( | const HdTokenDataSourceHandle & | axis | ) |
HD_API Builder& HdPlaneSchema::Builder::SetDoubleSided | ( | const HdBoolDataSourceHandle & | doubleSided | ) |
HD_API Builder& HdPlaneSchema::Builder::SetLength | ( | const HdDoubleDataSourceHandle & | length | ) |
HD_API Builder& HdPlaneSchema::Builder::SetWidth | ( | const HdDoubleDataSourceHandle & | width | ) |