|
Assimp
v3.1.1 (June 2014)
|
| CaiAnimation | An animation consists of keyframe data for a number of nodes |
| CaiAnimMesh | NOT CURRENTLY IN USE |
| CaiBone | A single bone of a mesh |
| CaiCamera | Helper structure to describe a virtual camera |
| CaiColor3D | Represents a color in Red-Green-Blue space |
| CaiColor4t< TReal > | Represents a color in Red-Green-Blue space including an alpha component |
| CaiExportDataBlob | Describes a blob of exported scene data |
| CaiExportFormatDesc | Describes an file format which Assimp can export to |
| CaiFace | A single face in a mesh, referring to multiple vertices |
| CaiFile | C-API: File callbacks |
| CaiFileIO | C-API: File system callbacks |
| CaiImporterDesc | Meta information about a particular importer |
| CaiLight | Helper structure to describe a light source |
| CaiLogStream | C-API: Represents a log stream |
| CaiMaterial | Data structure for a material |
| CaiMatrix3x3t< TReal > | Represents a row-major 3x3 matrix |
| CaiMatrix4x4t< TReal > | Represents a row-major 4x4 matrix, use this for homogeneous coordinates |
| CaiMatrix4x4t< float > | |
| CaiMemoryInfo | Stores the memory requirements for different components (e.g |
| CaiMesh | A mesh represents a geometry or model with a single material |
| CaiMeshAnim | Describes vertex-based animations for a single mesh or a group of meshes |
| CaiMeshKey | Binds a anim mesh to a specific point in time |
| CaiMetadata | Container for holding metadata |
| CaiMetadataEntry | Metadata entry |
| CaiNode | A node in the imported hierarchy |
| CaiNodeAnim | Describes the animation of a single node |
| CaiPlane | Represents a plane in a three-dimensional, euclidean space |
| CaiPropertyStore | C-API: Represents an opaque set of settings to be used during importing |
| CaiQuaterniont< TReal > | Represents a quaternion in a 4D vector |
| CaiQuatKey | A time-value pair specifying a rotation for the given time |
| CaiRay | Represents a ray |
| CaiScene | The root structure of the imported data |
| CaiString | Represents an UTF-8 string, zero byte terminated |
| CaiTexel | Helper structure to represent a texel in a ARGB8888 format |
| CaiTexture | Helper structure to describe an embedded texture |
| CaiUVTransform | Defines how an UV channel is transformed |
| CaiVector2t< TReal > | Represents a two-dimensional vector |
| CaiVector2t< float > | |
| CaiVector3t< TReal > | Represents a three-dimensional vector |
| CaiVector3t< float > | |
| CaiVectorKey | A time-value pair specifying a certain 3D vector for the given time |
| CaiVertexWeight | A single influence of a bone on a vertex |
| CAssimp::BaseImporter | FOR IMPORTER PLUGINS ONLY: The BaseImporter defines a common interface for all importer worker classes |
| CAssimp::Exporter | |
| CAssimp::Exporter::ExportFormatEntry | Internal description of an Assimp export format option |
| CAssimp::ExportProperties | |
| CAssimp::Importer | CPP-API: The Importer class forms an C++ interface to the functionality of the Open Asset Import Library |
| CAssimp::Interpolator< T > | CPP-API: Utility class to simplify interpolations of various data types |
| CAssimp::ScopeGuard< T > | |
| ▼CAllocateFromAssimpHeap | |
| CAssimp::IOStream | CPP-API: Class to handle file I/O for C++ |
| CAssimp::IOSystem | CPP-API: Interface to the file system |
| ▼CAssimp::Logger | CPP-API: Abstract interface for logger implementations |
| CAssimp::DefaultLogger | CPP-API: Primary logging facility of Assimp |
| CAssimp::NullLogger | CPP-API: Empty logging implementation |
| CAssimp::LogStream | CPP-API: Abstract interface for log stream implementations |
| CAssimp::ProgressHandler | CPP-API: Abstract interface for custom progress report receivers |
1.8.9.1