Assimp  v2.0 (November 2010)
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
aiAnimationAn animation consists of keyframe data for a number of nodes
aiAnimMeshNOT CURRENTLY IN USE
aiBoneA single bone of a mesh
aiCameraHelper structure to describe a virtual camera
aiColor3DRepresents a color in Red-Green-Blue space
aiColor4DRepresents a color in Red-Green-Blue space including an alpha component
aiExportDataBlobDescribes a blob of exported scene data
aiExportFormatDescDescribes an file format which Assimp can export to
aiFaceA single face in a mesh, referring to multiple vertices
aiFileC-API: File callbacks
aiFileIOC-API: File system callbacks
aiLightHelper structure to describe a light source
aiLogStreamC-API: Represents a log stream
aiMaterialData structure for a material
aiMatrix3x3Represents a row-major 3x3 matrix
aiMatrix4x4Represents a row-major 4x4 matrix, use this for homogeneous coordinates
aiMeshA mesh represents a geometry or model with a single material
aiMeshAnimDescribes vertex-based animations for a single mesh or a group of meshes
aiMeshKeyBinds a anim mesh to a specific point in time
aiNodeA node in the imported hierarchy
aiNodeAnimDescribes the animation of a single node
aiPlaneRepresents a plane in a three-dimensional, euclidean space
aiQuaternionRepresents a quaternion in a 4D vector
aiQuatKeyA time-value pair specifying a rotation for the given time
aiRayRepresents a ray
aiSceneThe root structure of the imported data
aiStringRepresents an UTF-8 string, zero byte terminated
aiTexelHelper structure to represent a texel in a ARGB8888 format
aiTextureHelper structure to describe an embedded texture
aiUVTransformDefines how an UV channel is transformed
aiVector2DRepresents a two-dimensional vector
aiVector3DRepresents a three-dimensional vector
aiVectorKeyA time-value pair specifying a certain 3D vector for the given time
aiVertexWeightA single influence of a bone on a vertex
Assimp::BaseImporterFOR IMPORTER PLUGINS ONLY: The BaseImporter defines a common interface for all importer worker classes
Assimp::DefaultLoggerCPP-API: Primary logging facility of Assimp
Assimp::ExporterCPP-API: The Exporter class forms an C++ interface to the export functionality of the Open Asset Import Library
Assimp::ImporterCPP-API: The Importer class forms an C++ interface to the functionality of the Open Asset Import Library
Assimp::Interpolator< T >CPP-API: Utility class to simplify interpolations of various data types
Assimp::IOStreamCPP-API: Class to handle file I/O for C++
Assimp::IOSystemCPP-API: Interface to the file system
Assimp::LoggerCPP-API: Abstract interface for logger implementations
Assimp::LogStreamCPP-API: Abstract interface for log stream implementations
Assimp::NullLoggerCPP-API: Empty logging implementation
Assimp::ProgressHandlerCPP-API: Abstract interface for custom progress report receivers
Assimp::ScopeGuard< T >