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

Implementation of the FBX DOM utility functions declared in FBXDocumentUtil.h. 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)
 

Detailed Description

Implementation of the FBX DOM utility functions declared in FBXDocumentUtil.h.