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

Classes

class  Assimp::BaseImporter
 FOR IMPORTER PLUGINS ONLY: The BaseImporter defines a common interface for all importer worker classes. More...
 
struct  Assimp::ScopeGuard< T >
 

Namespaces

 Assimp
 MACHINE-GENERATED by scripts/ICFImporter/CppGenerator.py.
 

Macros

#define AI_MAKE_MAGIC(string)
 

Macro Definition Documentation

◆ AI_MAKE_MAGIC

#define AI_MAKE_MAGIC (   string)
Value:
((uint32_t)((string[0] << 24) + \
(string[1] << 16) + (string[2] << 8) + string[3]))
unsigned int uint32_t
Definition: stdint.h:126