Assimp  v3.1.1 (June 2014)
FBXUtil.h File Reference

FBX utility functions for internal use. More...

Classes

struct  Assimp::FBX::Util::delete_fun< T >
 helper for std::for_each to delete all heap-allocated items in a container 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...
 

Detailed Description

FBX utility functions for internal use.