Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
|
Defines the data structures for holding node meta information. More...
Classes | |
struct | aiMetadata |
Container for holding metadata. More... | |
struct | aiMetadataEntry |
Metadata entry. More... | |
Macros | |
#define | AI_METADATA_H_INC |
Enumerations | |
enum | aiMetadataType { AI_BOOL = 0 , AI_INT32 = 1 , AI_UINT64 = 2 , AI_FLOAT = 3 , AI_DOUBLE = 4 , AI_AISTRING = 5 , AI_AIVECTOR3D = 6 , AI_AIMETADATA = 7 , AI_META_MAX = 8 , FORCE_32BIT = INT_MAX } |
Enum used to distinguish data types. More... | |
Functions | |
aiMetadataType | GetAiType (bool) |
Helper functions to get the aiType enum entry for a type. More... | |
aiMetadataType | GetAiType (const aiMetadata &) |
aiMetadataType | GetAiType (const aiString &) |
aiMetadataType | GetAiType (const aiVector3D &) |
aiMetadataType | GetAiType (double) |
aiMetadataType | GetAiType (float) |
aiMetadataType | GetAiType (int32_t) |
aiMetadataType | GetAiType (uint64_t) |
Defines the data structures for holding node meta information.
#define AI_METADATA_H_INC |
enum aiMetadataType |
|
inline |
Helper functions to get the aiType enum entry for a type.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |