Assimp  v3.0 (July 2012)
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
oCaiAnimationAn animation consists of keyframe data for a number of nodes
oCaiAnimMeshNOT CURRENTLY IN USE
oCaiBoneA single bone of a mesh
oCaiCameraHelper structure to describe a virtual camera
oCaiColor3DRepresents a color in Red-Green-Blue space
oCaiColor4t< TReal >Represents a color in Red-Green-Blue space including an alpha component
oCaiExportDataBlobDescribes a blob of exported scene data
oCaiExportFormatDescDescribes an file format which Assimp can export to
oCaiFaceA single face in a mesh, referring to multiple vertices
oCaiFileC-API: File callbacks
oCaiFileIOC-API: File system callbacks
oCaiImporterDescMeta information about a particular importer
oCaiLightHelper structure to describe a light source
oCaiLogStreamC-API: Represents a log stream
oCaiMaterialData structure for a material
oCaiMatrix3x3t< TReal >Represents a row-major 3x3 matrix
oCaiMatrix4x4t< TReal >Represents a row-major 4x4 matrix, use this for homogeneous coordinates
oCaiMeshA mesh represents a geometry or model with a single material
oCaiMeshAnimDescribes vertex-based animations for a single mesh or a group of meshes
oCaiMeshKeyBinds a anim mesh to a specific point in time
oCaiNodeA node in the imported hierarchy
oCaiNodeAnimDescribes the animation of a single node
oCaiPlaneRepresents a plane in a three-dimensional, euclidean space
oCaiPropertyStoreC-API: Represents an opaque set of settings to be used during importing
oCaiQuaterniont< TReal >Represents a quaternion in a 4D vector
oCaiQuatKeyA time-value pair specifying a rotation for the given time
oCaiRayRepresents a ray
oCaiSceneThe root structure of the imported data
oCaiStringRepresents an UTF-8 string, zero byte terminated
oCaiTexelHelper structure to represent a texel in a ARGB8888 format
oCaiTextureHelper structure to describe an embedded texture
oCaiUVTransformDefines how an UV channel is transformed
oCaiVector2t< TReal >Represents a two-dimensional vector
oCaiVector3t< TReal >Represents a three-dimensional vector
oCaiVectorKeyA time-value pair specifying a certain 3D vector for the given time
oCaiVertexWeightA single influence of a bone on a vertex
oCAssimp::BaseImporterFOR IMPORTER PLUGINS ONLY: The BaseImporter defines a common interface for all importer worker classes
oCAssimp::ExporterCPP-API: The Exporter class forms an C++ interface to the export functionality of the Open Asset Import Library
oCAssimp::Exporter::ExportFormatEntryInternal description of an Assimp export format option
oCAssimp::ImporterCPP-API: The Importer class forms an C++ interface to the functionality of the Open Asset Import Library
oCAssimp::Interpolator< T >CPP-API: Utility class to simplify interpolations of various data types
oCAssimp::IOStreamCPP-API: Class to handle file I/O for C++
oCAssimp::IOSystemCPP-API: Interface to the file system
oCAssimp::LoggerCPP-API: Abstract interface for logger implementations
|oCAssimp::DefaultLoggerCPP-API: Primary logging facility of Assimp
|\CAssimp::NullLoggerCPP-API: Empty logging implementation
oCAssimp::LogStreamCPP-API: Abstract interface for log stream implementations
oCAssimp::ProgressHandlerCPP-API: Abstract interface for custom progress report receivers
\CAssimp::ScopeGuard< T >