|
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 | |
| 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
1.8.11