Assimp  v4.1. (December 2018)
FBXDocumentUtil.h File Reference

FBX internal utilities used by the DOM reading code. More...

Namespaces

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

Functions

void Assimp::FBX::Util::DOMError (const std::string &message, const Element *element)
 
void Assimp::FBX::Util::DOMError (const std::string &message, const Token &token)
 
void Assimp::FBX::Util::DOMWarning (const std::string &message, const Element *element)
 
void Assimp::FBX::Util::DOMWarning (const std::string &message, const Token &token)
 
std::shared_ptr< const PropertyTable > Assimp::FBX::Util::GetPropertyTable (const Document &doc, const std::string &templateName, const Element &element, const Scope &sc, bool no_warn)
 
template<typename T >
const T * Assimp::FBX::Util::ProcessSimpleConnection (const Connection &con, bool is_object_property_conn, const char *name, const Element &element, const char **propNameOut=nullptr)
 

Detailed Description

FBX internal utilities used by the DOM reading code.