Assimp
v3.1.1 (June 2014)
|
FBX parsing code. More...
Classes | |
class | Assimp::FBX::Element |
FBX data entity that consists of a key:value tuple. More... | |
class | Assimp::FBX::Parser |
FBX parsing class, takes a list of input tokens and generates a hierarchy of nested Scope instances, representing the fbx DOM. More... | |
class | Assimp::FBX::Scope |
FBX data entity that consists of a 'scope', a collection of not necessarily unique #Element instances. More... | |
Namespaces | |
Assimp | |
MACHINE-GENERATED by scripts/ICFImporter/CppGenerator.py. | |
Assimp::FBX | |
Macros | |
#define | new_Element new Element |
#define | new_Scope new Scope |
Typedefs | |
typedef std::pair < ElementMap::const_iterator, ElementMap::const_iterator > | Assimp::FBX::ElementCollection |
typedef std::fbx_unordered_multimap < std::string, Element * > | Assimp::FBX::ElementMap |
typedef std::vector< Scope * > | Assimp::FBX::ScopeList |
FBX parsing code.
#define new_Element new Element |
#define new_Scope new Scope |