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