Vector schema classes represent a view of a vector data source which is returning untyped data sources.
More...
|
|
| HdVectorSchema (HdVectorDataSourceHandle const &vector) |
| |
| HD_API HdVectorDataSourceHandle | GetVector () |
| | Returns the vector data source that this schema is interpreting. More...
|
| |
|
HD_API bool | IsDefined () const |
| |
| | operator bool () const |
| | Returns true if this schema is applied on top of a non-null vector. More...
|
| |
| HD_API size_t | GetNumElements () const |
| | Number of elements in the vector. More...
|
| |
|
|
static HD_API HdVectorDataSourceHandle | BuildRetained (size_t count, HdDataSourceBaseHandle *values) |
| |
|
|
HdVectorDataSourceHandle | _vector |
| |
Vector schema classes represent a view of a vector data source which is returning untyped data sources.
Definition at line 39 of file vectorSchema.h.
◆ GetNumElements()
| HD_API size_t GetNumElements |
( |
| ) |
const |
Number of elements in the vector.
◆ GetVector()
| HD_API HdVectorDataSourceHandle GetVector |
( |
| ) |
|
Returns the vector data source that this schema is interpreting.
◆ operator bool()
Returns true if this schema is applied on top of a non-null vector.
Definition at line 59 of file vectorSchema.h.
The documentation for this class was generated from the following file: