Base class for vector schema classes that represent a view of a vector data source containing data source of a given type.
More...
|
|
| HdTypedVectorSchema (HdVectorDataSourceHandle const &vector) |
| |
|
DataSourceHandle | GetElement (const size_t element) const |
| |
|
| 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 |
| |
template<typename T>
class HdTypedVectorSchema< T >
Base class for vector schema classes that represent a view of a vector data source containing data source of a given type.
Definition at line 73 of file vectorSchema.h.
The documentation for this class was generated from the following file: