Assimp: BaseImporter.h File Reference

assimp - Open Asset Import Library

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
 Assimp's CPP-API and all internal APIs.
 

Macros

#define AI_MAKE_MAGIC(string)
 

Macro Definition Documentation

#define AI_MAKE_MAGIC (   string)
Value:
((uint32_t)((string[0] << 24) + \
(string[1] << 16) + (string[2] << 8) + string[3]))
Generated on Sun Feb 21 2016 19:42:29 for Assimp by   doxygen 1.8.11