Assimp  v3.1.1 (June 2014)
metadata.h File Reference

Defines the data structures for holding node meta information. More...

Classes

struct  aiMetadata
 Container for holding metadata. More...
 
struct  aiMetadataEntry
 Metadata entry. More...
 

Enumerations

Functions

aiMetadataType GetAiType (bool)
 Helper functions to get the aiType enum entry for a type. More...
 
aiMetadataType GetAiType (int)
 
aiMetadataType GetAiType (uint64_t)
 
aiMetadataType GetAiType (float)
 
aiMetadataType GetAiType (aiString)
 
aiMetadataType GetAiType (aiVector3D)
 

Detailed Description

Defines the data structures for holding node meta information.

Enumeration Type Documentation

Enum used to distinguish data types.

Enumerator
AI_BOOL 
AI_INT 
AI_UINT64 
AI_FLOAT 
AI_AISTRING 
AI_AIVECTOR3D 
FORCE_32BIT 

Function Documentation

aiMetadataType GetAiType ( bool  )
inline

Helper functions to get the aiType enum entry for a type.

aiMetadataType GetAiType ( int  )
inline
aiMetadataType GetAiType ( uint64_t  )
inline
aiMetadataType GetAiType ( float  )
inline
aiMetadataType GetAiType ( aiString  )
inline
aiMetadataType GetAiType ( aiVector3D  )
inline