#include <dataSharingSchema.h>
Definition at line 47 of file dataSharingSchema.h.
| HdDataSharingSchema::HdDataSharingSchema |
( |
HdContainerDataSourceHandle |
container | ) |
|
|
inline |
Retrieves a container data source with the schema's default name token "dataSharing" from the parent container and constructs a HdDataSharingSchema 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 53 of file dataSharingSchema.h.
| static HD_API HdContainerDataSourceHandle HdDataSharingSchema::BuildRetained |
( |
size_t |
count, |
|
|
const TfToken * |
names, |
|
|
const HdDataSourceBaseHandle * |
values |
|
) |
| |
|
static |
| static HD_API HdDataSharingSchema HdDataSharingSchema::GetFromParent |
( |
const HdContainerDataSourceHandle & |
fromParentContainer | ) |
|
|
static |
Retrieves a container data source with the schema's default name token "dataSharing" from the parent container and constructs a HdDataSharingSchema 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& HdDataSharingSchema::GetSchemaToken |
( |
| ) |
|
|
static |
Returns a token where the container representing this schema is found in a container by default.
Extracts SdfPath from container that was added via SharingIdDataSource.
The documentation for this class was generated from the following file: