Assimp  v4.1. (December 2018)
FBXBinaryTokenizer.cpp File Reference

Implementation of a fake lexer for binary fbx files - we emit tokens so the parser needs almost no special handling for binary files. More...

Namespaces

 Assimp
 MACHINE-GENERATED by scripts/ICFImporter/CppGenerator.py.
 
 Assimp::FBX
 

Functions

void Assimp::FBX::TokenizeBinary (TokenList &output_tokens, const char *input, unsigned int length)
 Tokenizer function for binary FBX files. More...
 

Detailed Description

Implementation of a fake lexer for binary fbx files - we emit tokens so the parser needs almost no special handling for binary files.