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

DOM base class for all kinds of FBX geometry. More...

Inherits Assimp::FBX::Object.

Inherited by Assimp::FBX::MeshGeometry.

Public Member Functions

const SkinDeformerSkin () 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 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 base class for all kinds of FBX geometry.

Constructor & Destructor Documentation

◆ Geometry()

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

◆ ~Geometry()

Assimp::FBX::Geometry::~Geometry ( )
virtual

Member Function Documentation

◆ DeformerSkin()

const Skin * Assimp::FBX::Geometry::DeformerSkin ( ) const

Get the Skin attached to this geometry or NULL.


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