FBX parsing class, takes a list of input tokens and generates a hierarchy of nested Scope instances, representing the fbx DOM.
More...
FBX parsing class, takes a list of input tokens and generates a hierarchy of nested Scope instances, representing the fbx DOM.
◆ 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 |
( |
| ) |
|
◆ GetRootScope()
const Scope& Assimp::FBX::Parser::GetRootScope |
( |
| ) |
const |
|
inline |
◆ IsBinary()
bool Assimp::FBX::Parser::IsBinary |
( |
| ) |
const |
|
inline |
◆ Element
◆ Scope
The documentation for this class was generated from the following files: