aiAnim.h | Defines the data structures in which the imported animations are returned |
aiAssert.h | |
aiCamera.h | Defines the aiCamera data structure |
aiColor4D.h | RGBA color structure, including operators when compiling in C++ |
aiColor4D.inl | Inline implementation of aiColor4D operators |
aiConfig.h | Defines constants for configurable properties for the library |
aiDefines.h | Assimp build configuration setup |
aiFileIO.h | Defines generic C routines to access memory-mapped files |
aiLight.h | Defines the aiLight data structure |
aiMaterial.h | Defines the material system of the library |
aiMaterial.inl | Defines the C++ getters for the material system |
aiMatrix3x3.h | Definition of a 3x3 matrix, including operators when compiling in C++ |
aiMatrix3x3.inl | Inline implementation of the 3x3 matrix operators |
aiMatrix4x4.h | 4x4 matrix structure, including operators when compiling in C++ |
aiMatrix4x4.inl | Inline implementation of the 4x4 matrix operators |
aiMesh.h | Declares the data structures in which the imported geometry is returned by ASSIMP: aiMesh, aiFace and aiBone data structures |
aiPostProcess.h | Definitions for import post processing steps |
aiQuaternion.h | Quaternion structure, including operators when compiling in C++ |
aiScene.h | Defines the data structures in which the imported scene is returned |
aiTexture.h | Defines texture helper structures for the library |
aiTypes.h | Basic data types and primitives, such as vectors or colors |
aiVector2D.h | 2D vector structure, including operators when compiling in C++ |
aiVector3D.h | 3D vector structure, including operators when compiling in C++ |
aiVector3D.inl | Inline implementation of aiVector3D operators |
aiVersion.h | Functions to query the version of the Assimp runtime, check compile flags, .. |
assimp.h | Defines the C-API to the Open Asset Import Library |
assimp.hpp | Defines the C++-API to the Open Asset Import Library |
BaseImporter.h | |
DefaultLogger.h | |
dox.h | General documentation built from a doxygen comment |
export.h | Defines the C-API for the Assimp export interface |
export.hpp | Defines the CPP-API for the Assimp export interface |
IOStream.h | File I/O wrappers for C++ |
IOSystem.h | File system wrapper for C++ |
Logger.h | Abstract base class 'Logger', base of the logging system |
LogStream.h | Abstract base class 'LogStream', representing an output log stream |
NullLogger.h | Dummy logger |
poppack1.h | |
ProgressHandler.h | Abstract base class 'ProgressHandler' |
pushpack1.h | |