Assimp
v2.0 (November 2010)
|
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 | */ |
CaiMatrix3x3t< TReal > | Represents a row-major 3x3 matrix |
CaiMatrix4x4t< T > | Represents a row-major 4x4 matrix, use this for homogeneous coordinates |
CaiMatrix4x4t< float > | |
CaiMesh | A mesh represents a geometry or model with a single material |
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 |
CaiRay | Represents a ray |
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< T > | Represents a two-dimensional vector |
CaiVector3t< TReal > | Represents a three-dimensional vector |
CaiVector3t< float > | |
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 | CPP-API: The Exporter class forms an C++ interface to the export functionality of the Open Asset Import Library |
CAssimp::Exporter::ExportFormatEntry | Internal description of an Assimp export format option |
CAssimp::Importer | CPP-API: The Importer class forms an C++ interface to the functionality of the Open Asset Import Library |
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 |