Assimp
v3.1.1 (June 2014)
|
Defines the data structures for holding node meta information. More...
Classes | |
struct | aiMetadata |
Container for holding metadata. More... | |
struct | aiMetadataEntry |
Metadata entry. More... | |
Enumerations | |
enum | aiMetadataType { AI_BOOL = 0 , AI_INT = 1 , AI_UINT64 = 2 , AI_FLOAT = 3 , AI_AISTRING = 4 , AI_AIVECTOR3D = 5 , FORCE_32BIT = INT_MAX } |
Enum used to distinguish data types. More... | |
Functions | |
aiMetadataType | GetAiType (aiString) |
aiMetadataType | GetAiType (aiVector3D) |
aiMetadataType | GetAiType (bool) |
Helper functions to get the aiType enum entry for a type. More... | |
aiMetadataType | GetAiType (float) |
aiMetadataType | GetAiType (int) |
aiMetadataType | GetAiType (uint64_t) |
Defines the data structures for holding node meta information.
enum aiMetadataType |
|
inline |
|
inline |
|
inline |
Helper functions to get the aiType enum entry for a type.
|
inline |
|
inline |
|
inline |