|
HDK
|
#include <containerSchema.h>
Inheritance diagram for HdContainerSchema:Public Member Functions | |
| HdContainerSchema (HdContainerDataSourceHandle container) | |
| HD_API TfTokenVector | GetNames () const |
Public Member Functions inherited from HdSchema | |
| HdSchema (HdContainerDataSourceHandle container) | |
| HD_API HdContainerDataSourceHandle | GetContainer () const |
| Returns the container data source that this schema is interpreting. More... | |
| HD_API bool | IsDefined () const |
| operator bool () const | |
Static Public Member Functions | |
| static HD_API HdContainerDataSourceHandle | BuildRetained (size_t count, const TfToken *names, const HdDataSourceBaseHandle *values) |
Additional Inherited Members | |
Public Types inherited from HdSchema | |
| using | UnderlyingDataSource = HdContainerDataSource |
Protected Member Functions inherited from HdSchema | |
| template<typename T > | |
| T::Handle | _GetTypedDataSource (TfToken name) const |
Protected Attributes inherited from HdSchema | |
| HdContainerDataSourceHandle | _container |
Base class for a schema backed by a container whose children have arbitrary names.
Definition at line 18 of file containerSchema.h.
|
inline |
Definition at line 22 of file containerSchema.h.
|
static |
| HD_API TfTokenVector HdContainerSchema::GetNames | ( | ) | const |