#include <categoriesSchema.h>
Definition at line 54 of file categoriesSchema.h.
HdCategoriesSchema::HdCategoriesSchema |
( |
HdContainerDataSourceHandle |
container | ) |
|
|
inline |
static HdContainerDataSourceHandle HdCategoriesSchema::BuildRetained |
( |
size_t |
includedNameCount, |
|
|
const TfToken * |
includedNames, |
|
|
size_t |
excludedNameCount, |
|
|
const TfToken * |
excludedNames |
|
) |
| |
|
static |
Returns an HdDataSourceLocator (relative to the prim-level data source) where the container representing this schema is found by default.
static HD_API HdCategoriesSchema HdCategoriesSchema::GetFromParent |
( |
const HdContainerDataSourceHandle & |
fromParentContainer | ) |
|
|
static |
Retrieves a container data source with the schema's default name token "categories" from the parent container and constructs a HdCategoriesSchema 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& HdCategoriesSchema::GetSchemaToken |
( |
| ) |
|
|
static |
Returns a token where the container representing this schema is found in a container by default.
bool HdCategoriesSchema::IsIncludedInCategory |
( |
const TfToken & |
categoryName | ) |
|
The documentation for this class was generated from the following file: