HDK
|
#include <inbetweenShapeSchema.h>
Public Member Functions | |
USDSKELIMAGING_API Builder & | SetWeight (const HdFloatDataSourceHandle &weight) |
USDSKELIMAGING_API Builder & | SetOffsets (const HdVec3fArrayDataSourceHandle &offsets) |
USDSKELIMAGING_API Builder & | SetNormalOffsets (const HdVec3fArrayDataSourceHandle &normalOffsets) |
USDSKELIMAGING_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 102 of file inbetweenShapeSchema.h.
USDSKELIMAGING_API HdContainerDataSourceHandle UsdSkelImagingInbetweenShapeSchema::Builder::Build | ( | ) |
Returns a container data source containing the members set thus far.
USDSKELIMAGING_API Builder& UsdSkelImagingInbetweenShapeSchema::Builder::SetNormalOffsets | ( | const HdVec3fArrayDataSourceHandle & | normalOffsets | ) |
USDSKELIMAGING_API Builder& UsdSkelImagingInbetweenShapeSchema::Builder::SetOffsets | ( | const HdVec3fArrayDataSourceHandle & | offsets | ) |
USDSKELIMAGING_API Builder& UsdSkelImagingInbetweenShapeSchema::Builder::SetWeight | ( | const HdFloatDataSourceHandle & | weight | ) |