Base class for a schema backed by a container whose children have arbitrary names.
More...
#include <containerSchema.h>
|
| | HdContainerSchema (HdContainerDataSourceHandle container) |
| |
|
HD_API TfTokenVector | GetNames () const |
| |
| | HdSchema (HdContainerDataSourceHandle container) |
| |
| HD_API HdContainerDataSourceHandle | GetContainer () const |
| | Returns the container 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 container.
|
| |
|
|
static HD_API HdContainerDataSourceHandle | BuildRetained (size_t count, const TfToken *names, const HdDataSourceBaseHandle *values) |
| |
Base class for a schema backed by a container whose children have arbitrary names.
Definition at line 18 of file containerSchema.h.
◆ HdContainerSchema()
The documentation for this class was generated from the following file: