|
Assimp v3.1.1 (June 2014)
|
DOM base class for all kinds of FBX geometry. More...
#include <FBXMeshGeometry.h>
Inherits Assimp::FBX::Object.
Inherited by Assimp::FBX::MeshGeometry.
Public Member Functions | |
| const Skin * | DeformerSkin () const |
| Get the Skin attached to this geometry or NULL. More... | |
| Geometry (uint64_t id, const Element &element, const std::string &name, const Document &doc) | |
| virtual | ~Geometry () |
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 base class for all kinds of FBX geometry.
| Assimp::FBX::Geometry::Geometry | ( | uint64_t | id, |
| const Element & | element, | ||
| const std::string & | name, | ||
| const Document & | doc | ||
| ) |
|
virtual |
| const Skin * Assimp::FBX::Geometry::DeformerSkin | ( | ) | const |
Get the Skin attached to this geometry or NULL.