GraphicsAPI_2020C
Classes | Macros | Typedefs | Enumerations
metadata.h File Reference

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

#include <stdint.h>
Include dependency graph for metadata.h:
This graph shows which files directly or indirectly include this file:

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_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.
 

Detailed Description

Defines the data structures for holding node meta information.