Classes | |
| class | BaseImporter |
| FOR IMPORTER PLUGINS ONLY: The BaseImporter defines a common interface for all importer worker classes. More... | |
| class | BatchLoader |
| FOR IMPORTER PLUGINS ONLY: A helper class for the pleasure of importers which need to load many extern meshes recursively. More... | |
| class | DefaultLogger |
| CPP-API: Primary logging facility of Assimp. More... | |
| class | Importer |
| CPP-API: The Importer class forms an C++ interface to the functionality of the Open Asset Import Library. More... | |
| struct | Interpolator |
| CPP-API: Utility class to simplify interpolations of various data types. More... | |
| class | IOStream |
| CPP-API: Class to handle file I/O for C++. More... | |
| class | IOSystem |
| CPP-API: Interface to the file system. More... | |
| class | Logger |
| CPP-API: Abstract interface for logger implementations. More... | |
| class | LogStream |
| CPP-API: Abstract interface for log stream implementations. More... | |
| class | NullLogger |
| CPP-API: Empty logging implementation. More... | |
Functions | |
| AI_WONT_RETURN void | aiAssert (const std::string &message, unsigned int uiLine, const std::string &file) |
| ASSIMP specific assertion test, only works in debug mode. | |
| AI_WONT_RETURN void Assimp::aiAssert | ( | const std::string & | message, | |
| unsigned int | uiLine, | |||
| const std::string & | file | |||
| ) |
ASSIMP specific assertion test, only works in debug mode.
| uiLine | Line in file | |
| file | Source file |
1.5.8