Assimp  v3.1.1 (June 2014)
Assimp::FBX::NodeAttribute Class Reference

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 ElementSourceElement () const
 
virtual ~Object ()
 

Additional Inherited Members

- Protected Attributes inherited from Assimp::FBX::Object
const Elementelement
 
const uint64_t id
 
const std::string name
 

Detailed Description

DOM class for generic FBX NoteAttribute blocks.

NoteAttribute's just hold a property table, fixed members are added by deriving classes.

Constructor & Destructor Documentation

Assimp::FBX::NodeAttribute::NodeAttribute ( uint64_t  id,
const Element element,
const Document doc,
const std::string &  name 
)
Assimp::FBX::NodeAttribute::~NodeAttribute ( )
virtual

Member Function Documentation

const PropertyTable& Assimp::FBX::NodeAttribute::Props ( ) const
inline

The documentation for this class was generated from the following files: