|
HDK
|
#include <property.h>
Inheritance diagram for EsfPropertyInterface:Protected Member Functions | |
| EsfPropertyInterface (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) |
Property abstraction for scene adapter implementations.
The property abstraction closely resembles the read-only interface of UsdProperty.
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.
Definition at line 33 of file property.h.
|
override |
|
inlineprotected |
This constructor may only be called by the scene adapter implementation.
Definition at line 46 of file property.h.
| ESF_API TfToken EsfPropertyInterface::GetBaseName | ( | EsfJournal * | journal | ) | const |
| ESF_API TfToken EsfPropertyInterface::GetNamespace | ( | EsfJournal * | journal | ) | const |