HDK
|
#include <dependenciesSchema.h>
Public Types | |
using | EntryPair = std::pair< TfToken, HdDependencySchema > |
using | EntryVector = TfSmallVector< EntryPair, 8 > |
Public Types inherited from HdSchema | |
using | UnderlyingDataSource = HdContainerDataSource |
Public Member Functions | |
HdDependenciesSchema (HdContainerDataSourceHandle container) | |
EntryVector | GetEntries () |
Public Member Functions inherited from HdSchema | |
HdSchema (HdContainerDataSourceHandle container) | |
HD_API HdContainerDataSourceHandle | GetContainer () |
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) |
static HD_API HdDependenciesSchema | GetFromParent (const HdContainerDataSourceHandle &fromParentContainer) |
static HD_API const TfToken & | GetSchemaToken () |
static HD_API const HdDataSourceLocator & | GetDefaultLocator () |
Additional Inherited Members | |
Protected Member Functions inherited from HdSchema | |
template<typename T > | |
T::Handle | _GetTypedDataSource (TfToken name) |
Protected Attributes inherited from HdSchema | |
HdContainerDataSourceHandle | _container |
Definition at line 64 of file dependenciesSchema.h.
using HdDependenciesSchema::EntryPair = std::pair<TfToken, HdDependencySchema> |
Definition at line 72 of file dependenciesSchema.h.
using HdDependenciesSchema::EntryVector = TfSmallVector<EntryPair, 8> |
Definition at line 73 of file dependenciesSchema.h.
|
inline |
Definition at line 67 of file dependenciesSchema.h.
|
static |
|
static |
Returns an HdDataSourceLocator (relative to the prim-level data source) where the container representing this schema is found by default.
EntryVector HdDependenciesSchema::GetEntries | ( | ) |
|
static |
Retrieves a container data source with the schema's default name token "__dependencies" from the parent container and constructs a HdDependenciesSchema instance. Because the requested container data source may not exist, the result should be checked with IsDefined() or a bool comparison before use.
Returns a token where the container representing this schema is found in a container by default.