#include <dependenciesSchema.h>
Definition at line 45 of file dependenciesSchema.h.
HdDependenciesSchema::HdDependenciesSchema |
( |
HdContainerDataSourceHandle |
container | ) |
|
|
inline |
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.
Definition at line 51 of file dependenciesSchema.h.
static HD_API HdContainerDataSourceHandle HdDependenciesSchema::BuildRetained |
( |
size_t |
count, |
|
|
const TfToken * |
names, |
|
|
const HdDataSourceBaseHandle * |
values |
|
) |
| |
|
static |
Returns an HdDataSourceLocator (relative to the prim-level data source) where the container representing this schema is found by default.
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.
static HD_API const TfToken& HdDependenciesSchema::GetSchemaToken |
( |
| ) |
|
|
static |
Returns a token where the container representing this schema is found in a container by default.
The documentation for this class was generated from the following file: