#include <vectorSchema.h>
|
| template<typename T > |
| T::Handle | _GetTyped (const size_t element) const |
| |
Base class wrapping a vector data source.
Definition at line 21 of file vectorSchema.h.
| HdVectorSchema::HdVectorSchema |
( |
HdVectorDataSourceHandle const & |
vector | ) |
|
|
inline |
template<typename T >
| T::Handle HdVectorSchema::_GetTyped |
( |
const size_t |
element | ) |
const |
|
inlineprotected |
| static HD_API HdVectorDataSourceHandle HdVectorSchema::BuildRetained |
( |
size_t |
count, |
|
|
const HdDataSourceBaseHandle * |
values |
|
) |
| |
|
static |
| HD_API size_t HdVectorSchema::GetNumElements |
( |
| ) |
const |
Number of elements in the vector.
| HD_API HdVectorDataSourceHandle HdVectorSchema::GetVector |
( |
| ) |
|
Returns the vector data source that this schema is interpreting.
| HD_API bool HdVectorSchema::IsDefined |
( |
| ) |
const |
| HdVectorSchema::operator bool |
( |
| ) |
const |
|
inlineexplicit |
Returns true if this schema is applied on top of a non-null vector.
Definition at line 41 of file vectorSchema.h.
| HdVectorDataSourceHandle HdVectorSchema::_vector |
|
protected |
The documentation for this class was generated from the following file: