#include <primOriginSchema.h>
Definition at line 51 of file primOriginSchema.h.
HdPrimOriginSchema::HdPrimOriginSchema |
( |
HdContainerDataSourceHandle |
container | ) |
|
|
inline |
Returns an HdDataSourceLocator (relative to the prim-level data source) where the container representing this schema is found by default.
static HD_API HdPrimOriginSchema HdPrimOriginSchema::GetFromParent |
( |
const HdContainerDataSourceHandle & |
fromParentContainer | ) |
|
|
static |
Retrieves a container data source with the schema's default name token "primOrigin" from the parent container and constructs a HdPrimOriginSchema instance. Because the requested container data source may not exist, the result should be checked with IsDefined() or a bool comparison before use.
Extracts SdfPath from container that was added via OriginPathDataSource.
Returns an HdDataSourceLocator (relative to the prim-level data source) where the scenepath data source can be found. This is often useful for checking intersection against the HdDataSourceLocatorSet sent with HdDataSourceObserver::PrimsDirtied.
static HD_API const TfToken& HdPrimOriginSchema::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: