Path Tracer
Public Attributes | List of all members
aiMetadata Struct Reference

#include <metadata.h>

Public Attributes

unsigned int mNumProperties
 
C_STRUCT aiStringmKeys
 
C_STRUCT aiMetadataEntrymValues
 

Detailed Description

Container for holding metadata.

Metadata is a key-value store using string keys and values.

Member Data Documentation

◆ mKeys

C_STRUCT aiString* aiMetadata::mKeys

Arrays of keys, may not be NULL. Entries in this array may not be NULL as well.

◆ mNumProperties

unsigned int aiMetadata::mNumProperties

Length of the mKeys and mValues arrays, respectively

◆ mValues

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.


The documentation for this struct was generated from the following file: