Path Tracer
|
#include <metadata.h>
Public Attributes | |
unsigned int | mNumProperties |
C_STRUCT aiString * | mKeys |
C_STRUCT aiMetadataEntry * | mValues |
Container for holding metadata.
Metadata is a key-value store using string keys and values.
C_STRUCT aiString* aiMetadata::mKeys |
Arrays of keys, may not be NULL. Entries in this array may not be NULL as well.
unsigned int aiMetadata::mNumProperties |
Length of the mKeys and mValues arrays, respectively
C_STRUCT aiMetadataEntry* aiMetadata::mValues |
Arrays of values, may not be NULL. Entries in this array may be NULL if the corresponding property key has no assigned value.