|
HDK
|
#include <prim.h>
Inheritance diagram for EsfPrimInterface:Protected Member Functions | |
| EsfPrimInterface (const SdfPath &path) | |
| This constructor may only be called by the scene adapter implementation. More... | |
Protected Member Functions inherited from EsfObjectInterface | |
| EsfObjectInterface (const SdfPath &path) | |
| This constructor may only be called by the scene adapter implementation. More... | |
| const SdfPath & | _GetPath () const |
| Gets the path to this object used for journaling. More... | |
| virtual EsfStage | _GetStage () const =0 |
Additional Inherited Members | |
Static Protected Member Functions inherited from EsfObjectInterface | |
| static EsfSchemaConfigKey | CreateSchemaConfigKey (const void *const id) |
Prim abstraction for scene adapter implementations.
The prim abstraction closely resembles the read-only interface of UsdPrim.
The public methods of this class are called by the exec network compiler. Each method takes an argument of type EsfJournal* which captures the conditions for recompilation.
|
override |
|
inlineprotected |
| ESF_API const TfTokenVector& EsfPrimInterface::GetAppliedSchemas | ( | EsfJournal * | journal | ) | const |
| ESF_API EsfAttribute EsfPrimInterface::GetAttribute | ( | const TfToken & | attributeName, |
| EsfJournal * | journal | ||
| ) | const |
| ESF_API EsfPrim EsfPrimInterface::GetParent | ( | EsfJournal * | journal | ) | const |
| ESF_API EsfRelationship EsfPrimInterface::GetRelationship | ( | const TfToken & | relationshipName, |
| EsfJournal * | journal | ||
| ) | const |
| ESF_API TfType EsfPrimInterface::GetType | ( | EsfJournal * | journal | ) | const |
|
pure virtual |