Loading...
Searching...
No Matches
HdContainerSchema Class Reference

Base class for a schema backed by a container whose children have arbitrary names. More...

#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.
 
HD_API bool IsDefined () const
 
 operator bool () const
 Returns true if this schema is applied on top of a non-null container.
 

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
 Returns a datasource of the requested type for the given name: schema implementations can use this to ask for child containers, sampled values, vectors, etc.
 
- Protected Attributes inherited from HdSchema
HdContainerDataSourceHandle _container
 

Detailed Description

Base class for a schema backed by a container whose children have arbitrary names.

Definition at line 35 of file containerSchema.h.

Constructor & Destructor Documentation

◆ HdContainerSchema()

HdContainerSchema ( HdContainerDataSourceHandle  container)
inline

Definition at line 39 of file containerSchema.h.


The documentation for this class was generated from the following file: