Assimp
v4.1. (December 2018)
|
Implementation of internal FBX utility functions. More...
Namespaces | |
Assimp | |
MACHINE-GENERATED by scripts/ICFImporter/CppGenerator.py. | |
Assimp::FBX | |
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.