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

FBX parsing class, takes a list of input tokens and generates a hierarchy of nested Scope instances, representing the fbx DOM. More...

Public Member Functions

const ScopeGetRootScope () const
 
bool IsBinary () const
 
 Parser (const TokenList &tokens, bool is_binary)
 Parse given a token list. More...
 
 ~Parser ()
 

Friends

class Element
 
class Scope
 

Detailed Description

FBX parsing class, takes a list of input tokens and generates a hierarchy of nested Scope instances, representing the fbx DOM.

Constructor & Destructor Documentation

◆ Parser()

Assimp::FBX::Parser::Parser ( const TokenList tokens,
bool  is_binary 
)

Parse given a token list.

Does not take ownership of the tokens - the objects must persist during the entire parser lifetime

◆ ~Parser()

Assimp::FBX::Parser::~Parser ( )

Member Function Documentation

◆ GetRootScope()

const Scope& Assimp::FBX::Parser::GetRootScope ( ) const
inline

◆ IsBinary()

bool Assimp::FBX::Parser::IsBinary ( ) const
inline

Friends And Related Function Documentation

◆ Element

friend class Element
friend

◆ Scope

friend class Scope
friend

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