|
HDK
|
#include <attribute.h>
Inheritance diagram for EsfAttributeInterface:Protected Member Functions | |
| EsfAttributeInterface (const SdfPath &path) | |
| This constructor may only be called by the scene adapter implementation. More... | |
Protected Member Functions inherited from EsfPropertyInterface | |
| 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) |
Attribute abstraction for scene adapter implementations.
The attribute abstraction closely resembles the read-only interface of UsdAttribute.
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 35 of file attribute.h.
|
override |
|
inlineprotected |
This constructor may only be called by the scene adapter implementation.
Definition at line 53 of file attribute.h.
| ESF_API SdfPathVector EsfAttributeInterface::GetConnections | ( | EsfJournal * | journal | ) | const |
| ESF_API EsfAttributeQuery EsfAttributeInterface::GetQuery | ( | ) | const |
Returns an object for caching and querying value resolution information.
| ESF_API SdfValueTypeName EsfAttributeInterface::GetValueTypeName | ( | EsfJournal * | journal | ) | const |