HdTypedVectorSchema< T > Class Template Reference

Base class for vector schema classes that represent a view of a vector data source containing data source of a given type. More...

+ Inheritance diagram for HdTypedVectorSchema< T >:

Public Types

using DataSource = HdTypedSampledDataSource< T >
 
using DataSourceHandle = typename DataSource::Handle
 

Public Member Functions

 HdTypedVectorSchema (HdVectorDataSourceHandle const &vector)
 
DataSourceHandle GetElement (const size_t element) const
 
- Public Member Functions inherited from HdVectorSchema
 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...
 

Additional Inherited Members

- Static Public Member Functions inherited from HdVectorSchema
static HD_API HdVectorDataSourceHandle BuildRetained (size_t count, HdDataSourceBaseHandle *values)
 
- Protected Attributes inherited from HdVectorSchema
HdVectorDataSourceHandle _vector
 

Detailed Description

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: