18#ifndef PXR_USD_IMAGING_USD_SKEL_IMAGING_INBETWEEN_SHAPE_SCHEMA_H
19#define PXR_USD_IMAGING_USD_SKEL_IMAGING_INBETWEEN_SHAPE_SCHEMA_H
23#include "pxr/usdImaging/usdSkelImaging/api.h"
25#include "pxr/imaging/hd/schema.h"
30PXR_NAMESPACE_OPEN_SCOPE
35#define USD_SKEL_IMAGING_INBETWEEN_SHAPE_SCHEMA_TOKENS \
41 USD_SKEL_IMAGING_INBETWEEN_SHAPE_SCHEMA_TOKENS);
73 HdVec3fArrayDataSourceHandle GetOffsets()
const;
76 HdVec3fArrayDataSourceHandle GetNormalOffsets()
const;
91 static HdContainerDataSourceHandle
93 const HdFloatDataSourceHandle &weight,
94 const HdVec3fArrayDataSourceHandle &offsets,
95 const HdVec3fArrayDataSourceHandle &normalOffsets
109 const HdFloatDataSourceHandle &weight);
112 const HdVec3fArrayDataSourceHandle &offsets);
115 const HdVec3fArrayDataSourceHandle &normalOffsets);
119 HdContainerDataSourceHandle
Build();
122 HdFloatDataSourceHandle _weight;
123 HdVec3fArrayDataSourceHandle _offsets;
124 HdVec3fArrayDataSourceHandle _normalOffsets;
131PXR_NAMESPACE_CLOSE_SCOPE
Schema classes represent a structured view of the inherently unstructured container data source passe...
Utility class for setting sparse sets of child data source fields to be filled as arguments into Buil...
USDSKELIMAGING_API HdContainerDataSourceHandle Build()
Returns a container data source containing the members set thus far.
Corresponds to UsdSkelInbetweenShape.
USDSKELIMAGING_API HdFloatDataSourceHandle GetWeight() const
Corresponds to Usd attribute metadata.
static USDSKELIMAGING_API HdContainerDataSourceHandle BuildRetained(const HdFloatDataSourceHandle &weight, const HdVec3fArrayDataSourceHandle &offsets, const HdVec3fArrayDataSourceHandle &normalOffsets)
#define TF_DECLARE_PUBLIC_TOKENS(...)
Macro to define public tokens.