HDK
|
#include <blendShapeSchema.h>
Classes | |
class | Builder |
Public Member Functions | |
Member accessor | |
USDSKELIMAGING_API HdVec3fArrayDataSourceHandle | GetOffsets () const |
USDSKELIMAGING_API HdVec3fArrayDataSourceHandle | GetNormalOffsets () const |
USDSKELIMAGING_API HdIntArrayDataSourceHandle | GetPointIndices () const |
USDSKELIMAGING_API UsdSkelImagingInbetweenShapeContainerSchema | GetInbetweenShapes () const |
![]() | |
HdSchema (HdContainerDataSourceHandle container) | |
HD_API HdContainerDataSourceHandle | GetContainer () const |
Returns the container data source that this schema is interpreting. More... | |
HD_API bool | IsDefined () const |
operator bool () const | |
Static Public Member Functions | |
Schema location | |
static USDSKELIMAGING_API const TfToken & | GetSchemaToken () |
static USDSKELIMAGING_API const HdDataSourceLocator & | GetDefaultLocator () |
Data source locators for members | |
The following methods return an HdDataSourceLocator (relative to the prim-level data source) where the data source for a member can be found. This is often useful for checking intersection against the HdDataSourceLocatorSet sent with HdDataSourceObserver::PrimsDirtied. | |
static USDSKELIMAGING_API const HdDataSourceLocator & | GetOffsetsLocator () |
Prim-level relative data source locator to locate offsets. More... | |
static USDSKELIMAGING_API const HdDataSourceLocator & | GetNormalOffsetsLocator () |
Prim-level relative data source locator to locate normalOffsets. More... | |
static USDSKELIMAGING_API const HdDataSourceLocator & | GetPointIndicesLocator () |
Prim-level relative data source locator to locate pointIndices. More... | |
static USDSKELIMAGING_API const HdDataSourceLocator & | GetInbetweenShapesLocator () |
Prim-level relative data source locator to locate inbetweenShapes. More... | |
Schema construction | |
static USDSKELIMAGING_API HdContainerDataSourceHandle | BuildRetained (const HdVec3fArrayDataSourceHandle &offsets, const HdVec3fArrayDataSourceHandle &normalOffsets, const HdIntArrayDataSourceHandle &pointIndices, const HdContainerDataSourceHandle &inbetweenShapes) |
Schema retrieval | |
UsdSkelImagingBlendShapeSchema (HdContainerDataSourceHandle container) | |
static USDSKELIMAGING_API UsdSkelImagingBlendShapeSchema | GetFromParent (const HdContainerDataSourceHandle &fromParentContainer) |
Additional Inherited Members | |
![]() | |
using | UnderlyingDataSource = HdContainerDataSource |
![]() | |
template<typename T > | |
T::Handle | _GetTypedDataSource (TfToken name) const |
![]() | |
HdContainerDataSourceHandle | _container |
Definition at line 53 of file blendShapeSchema.h.
|
inline |
Retrieves a container data source with the schema's default name token "skelBlendShape" from the parent container and constructs a UsdSkelImagingBlendShapeSchema instance. Because the requested container data source may not exist, the result should be checked with IsDefined() or a bool comparison before use.
Definition at line 59 of file blendShapeSchema.h.
|
static |
Builds a container data source which includes the provided child data sources. Parameters with nullptr values are excluded. This is a low-level interface. For cases in which it's desired to define the container with a sparse set of child fields, the Builder class is often more convenient and readable.
|
static |
Returns an HdDataSourceLocator (relative to the prim-level data source) where the container representing this schema is found by default.
|
static |
Retrieves a container data source with the schema's default name token "skelBlendShape" from the parent container and constructs a UsdSkelImagingBlendShapeSchema instance. Because the requested container data source may not exist, the result should be checked with IsDefined() or a bool comparison before use.
USDSKELIMAGING_API UsdSkelImagingInbetweenShapeContainerSchema UsdSkelImagingBlendShapeSchema::GetInbetweenShapes | ( | ) | const |
|
static |
Prim-level relative data source locator to locate inbetweenShapes.
USDSKELIMAGING_API HdVec3fArrayDataSourceHandle UsdSkelImagingBlendShapeSchema::GetNormalOffsets | ( | ) | const |
|
static |
Prim-level relative data source locator to locate normalOffsets.
USDSKELIMAGING_API HdVec3fArrayDataSourceHandle UsdSkelImagingBlendShapeSchema::GetOffsets | ( | ) | const |
|
static |
Prim-level relative data source locator to locate offsets.
USDSKELIMAGING_API HdIntArrayDataSourceHandle UsdSkelImagingBlendShapeSchema::GetPointIndices | ( | ) | const |
|
static |
Prim-level relative data source locator to locate pointIndices.
|
static |
Returns a token where the container representing this schema is found in a container by default.