Template class wrapping a vector data source whose children are data source of an expected type.
More...
#include <vectorSchema.h>
|
| | HdTypedVectorSchema (HdVectorDataSourceHandle const &vector) |
| |
| T::Handle | GetElement (const size_t element) const |
| |
| | HdVectorSchema (HdVectorDataSourceHandle const &vector) |
| |
| HD_API HdVectorDataSourceHandle | GetVector () |
| | Returns the vector data source that this schema is interpreting.
|
| |
|
HD_API bool | IsDefined () const |
| |
| | operator bool () const |
| | Returns true if this schema is applied on top of a non-null vector.
|
| |
| HD_API size_t | GetNumElements () const |
| | Number of elements in the vector.
|
| |
template<typename T>
class HdTypedVectorSchema< T >
Template class wrapping a vector data source whose children are data source of an expected type.
Definition at line 65 of file vectorSchema.h.
◆ HdTypedVectorSchema()
◆ GetElement()
| T::Handle GetElement |
( |
const size_t |
element | ) |
const |
|
inline |
The documentation for this class was generated from the following file: