|
Assimp
v4.1. (December 2018)
|
DOM class for generic FBX NoteAttribute blocks. More...
Inherits Assimp::FBX::Object.
Inherited by Assimp::FBX::Camera, Assimp::FBX::CameraSwitcher, Assimp::FBX::Light, Assimp::FBX::LimbNode, and Assimp::FBX::Null.
Public Member Functions | |
| NodeAttribute (uint64_t id, const Element &element, const Document &doc, const std::string &name) | |
| const PropertyTable & | Props () const |
| virtual | ~NodeAttribute () |
Public Member Functions inherited from Assimp::FBX::Object | |
| uint64_t | ID () const |
| const std::string & | Name () const |
| Object (uint64_t id, const Element &element, const std::string &name) | |
| const Element & | SourceElement () const |
| virtual | ~Object () |
Additional Inherited Members | |
Protected Attributes inherited from Assimp::FBX::Object | |
| const Element & | element |
| const uint64_t | id |
| const std::string | name |
DOM class for generic FBX NoteAttribute blocks.
NoteAttribute's just hold a property table, fixed members are added by deriving classes.
| Assimp::FBX::NodeAttribute::NodeAttribute | ( | uint64_t | id, |
| const Element & | element, | ||
| const Document & | doc, | ||
| const std::string & | name | ||
| ) |
|
virtual |
|
inline |