25 #ifndef PXR_IMAGING_HD_CONTAINER_SCHEMA_H
26 #define PXR_IMAGING_HD_CONTAINER_SCHEMA_H
47 static HdContainerDataSourceHandle
51 const HdDataSourceBaseHandle *
values);
67 return _GetTypedDataSource<T>(
name);
74 template<
typename Schema>
84 using DataSource =
typename Schema::UnderlyingDataSource;
85 return Schema(_GetTypedDataSource<DataSource>(name));
T::Handle Get(const TfToken &name)
HdContainerSchema(HdContainerDataSourceHandle container)
HD_API TfTokenVector GetNames() const
HdSchemaBasedContainerSchema(HdContainerDataSourceHandle container)
static HD_API HdContainerDataSourceHandle BuildRetained(size_t count, const TfToken *names, const HdDataSourceBaseHandle *values)
Schema Get(const TfToken &name)
std::vector< TfToken > TfTokenVector
Convenience types.
GLuint const GLchar * name
HdTypedContainerSchema(HdContainerDataSourceHandle container)
PXR_NAMESPACE_CLOSE_SCOPE PXR_NAMESPACE_OPEN_SCOPE
GLenum GLsizei GLsizei GLint * values
#define PXR_NAMESPACE_CLOSE_SCOPE