BRE12
|
Defines the data structures for holding node meta information. More...
#include <assert.h>
#include <stdint.h>
Go to the source code of this file.
Classes | |
struct | aiMetadataEntry |
Metadata entry. More... | |
struct | aiMetadata |
Container for holding metadata. More... | |
Typedefs | |
typedef enum aiMetadataType | aiMetadataType |
Enum used to distinguish data types. | |
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. | |
Defines the data structures for holding node meta information.