#include <selectionsSchema.h>
Definition at line 47 of file selectionsSchema.h.
HdSelectionsSchema::HdSelectionsSchema |
( |
HdVectorDataSourceHandle const & |
vector | ) |
|
|
inline |
Returns an HdDataSourceLocator (relative to the prim-level data source) where the vector data source representing this schema is found by default.
static HD_API HdSelectionsSchema HdSelectionsSchema::GetFromParent |
( |
const HdContainerDataSourceHandle & |
fromParentContainer | ) |
|
|
static |
Retrieves a vector data source with the schema's default name token "selections" from the parent vector and constructs a HdSelectionsSchema instance. Because the requested vector data source may not exist, the result should be checked with IsDefined() or a bool comparison before use.
static HD_API const TfToken& HdSelectionsSchema::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: