#include <primvarSchema.h>
Definition at line 82 of file primvarSchema.h.
HdPrimvarSchema::HdPrimvarSchema |
( |
HdContainerDataSourceHandle |
container | ) |
|
|
inline |
Returns token data source for use as interpolation value. Values of...
- HdPrimvarSchemaTokens->constant
- HdPrimvarSchemaTokens->uniform
- HdPrimvarSchemaTokens->varying
- HdPrimvarSchemaTokens->vertex
- HdPrimvarSchemaTokens->faceVarying
- HdPrimvarSchemaTokens->instance ...will be stored statically and reused for future calls.
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.
Returns token data source for use as role value. Values of...
- HdPrimvarSchemaTokens->point
- HdPrimvarSchemaTokens->normal
- HdPrimvarSchemaTokens->vector
- HdPrimvarSchemaTokens->color
- HdPrimvarSchemaTokens->pointIndex
- HdPrimvarSchemaTokens->edgeIndex
- HdPrimvarSchemaTokens->faceIndex
- HdPrimvarSchemaTokens->textureCoordinate ...will be stored statically and reused for future calls.
HD_API HdSampledDataSourceHandle HdPrimvarSchema::GetFlattenedPrimvarValue |
( |
| ) |
|
HD_API HdSampledDataSourceHandle HdPrimvarSchema::GetIndexedPrimvarValue |
( |
| ) |
|
HD_API HdSampledDataSourceHandle HdPrimvarSchema::GetPrimvarValue |
( |
| ) |
|
HD_API bool HdPrimvarSchema::IsIndexed |
( |
| ) |
|
The documentation for this class was generated from the following file: