|
Assimp v3.1.1 (June 2014)
|
Implementation of internal FBX utility functions. More...
Namespaces | |
| namespace | Assimp |
| MACHINE-GENERATED by scripts/ICFImporter/CppGenerator.py. | |
| namespace | Assimp::FBX |
| namespace | Assimp::FBX::Util |
Functions | |
| std::string | Assimp::FBX::Util::AddLineAndColumn (const std::string &prefix, const std::string &text, unsigned int line, unsigned int column) |
| Format log/error messages using a given line location in the source file. More... | |
| std::string | Assimp::FBX::Util::AddOffset (const std::string &prefix, const std::string &text, unsigned int offset) |
| Format log/error messages using a given offset in the source binary file. More... | |
| std::string | Assimp::FBX::Util::AddTokenText (const std::string &prefix, const std::string &text, const Token *tok) |
| Format log/error messages using a given cursor token. More... | |
| const char * | Assimp::FBX::Util::TokenTypeString (TokenType t) |
| Get a string representation for a TokenType. More... | |
Implementation of internal FBX utility functions.