Assimp  v2.0 (November 2010)
File List
Here is a list of all files with brief descriptions:
aiAnim.hDefines the data structures in which the imported animations are returned
aiAssert.h
aiCamera.hDefines the aiCamera data structure
aiColor4D.hRGBA color structure, including operators when compiling in C++
aiColor4D.inlInline implementation of aiColor4D operators
aiConfig.hDefines constants for configurable properties for the library
aiDefines.hAssimp build configuration setup
aiFileIO.hDefines generic C routines to access memory-mapped files
aiLight.hDefines the aiLight data structure
aiMaterial.hDefines the material system of the library
aiMaterial.inlDefines the C++ getters for the material system
aiMatrix3x3.hDefinition of a 3x3 matrix, including operators when compiling in C++
aiMatrix3x3.inlInline implementation of the 3x3 matrix operators
aiMatrix4x4.h4x4 matrix structure, including operators when compiling in C++
aiMatrix4x4.inlInline implementation of the 4x4 matrix operators
aiMesh.hDeclares the data structures in which the imported geometry is returned by ASSIMP: aiMesh, aiFace and aiBone data structures
aiPostProcess.hDefinitions for import post processing steps
aiQuaternion.hQuaternion structure, including operators when compiling in C++
aiScene.hDefines the data structures in which the imported scene is returned
aiTexture.hDefines texture helper structures for the library
aiTypes.hBasic data types and primitives, such as vectors or colors
aiVector2D.h2D vector structure, including operators when compiling in C++
aiVector3D.h3D vector structure, including operators when compiling in C++
aiVector3D.inlInline implementation of aiVector3D operators
aiVersion.hFunctions to query the version of the Assimp runtime, check compile flags, ..
assimp.hDefines the C-API to the Open Asset Import Library
assimp.hppDefines the C++-API to the Open Asset Import Library
BaseImporter.h
DefaultLogger.h
dox.hGeneral documentation built from a doxygen comment
export.hDefines the C-API for the Assimp export interface
export.hppDefines the CPP-API for the Assimp export interface
IOStream.hFile I/O wrappers for C++
IOSystem.hFile system wrapper for C++
Logger.hAbstract base class 'Logger', base of the logging system
LogStream.hAbstract base class 'LogStream', representing an output log stream
NullLogger.hDummy logger
poppack1.h
ProgressHandler.hAbstract base class 'ProgressHandler'
pushpack1.h