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... | |
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, 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 (int32_t) |
aiMetadataType | GetAiType (uint64_t) |
aiMetadataType | GetAiType (float) |
aiMetadataType | GetAiType (double) |
aiMetadataType | GetAiType (const aiString &) |
aiMetadataType | GetAiType (const aiVector3D &) |
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 |