Zen API
 All Classes Files Functions Variables Typedefs Macros Groups Pages
kArray3.h File Reference

Description

Declares the kArray3 class.

Go to the source code of this file.

Macros

#define kArray3_As_(ARRAY, I0, I1, I2, TYPE)   kxArray3_At_(ARRAY, I0, I1, I2)
 Accesses an array element at the specified indices, and casts the value to the specified type. More...
 
#define kArray3_At_(ARRAY, I0, I1, I2)   kxArray3_At_(ARRAY, I0, I1, I2)
 Macro version of kArray2_At.
 
#define kArray3_Count_(ARRAY)   kxArray3_Count_(ARRAY)
 Macro version of kArray2_Count.
 
#define kArray3_Data_(ARRAY)   kxArray3_Data_(ARRAY)
 Macro version of kArray2_Data.
 
#define kArray3_DataSize_(ARRAY)   kxArray3_DataSize_(ARRAY)
 Macro version of kArray2_DataSize.
 
#define kArray3_ItemSize_(ARRAY)   kxArray3_ItemSize_(ARRAY)
 Macro version of kArray2_ItemSize.
 
#define kArray3_ItemType_(ARRAY)   kxArray3_ItemType_(ARRAY)
 Macro version of kArray2_ItemType.
 
#define kArray3_Length_(ARRAY, DIM)   kxArray3_Length_(ARRAY, DIM)
 Macro version of kArray2_Length.
 

Macro Definition Documentation

#define kArray3_As_ (   ARRAY,
  I0,
  I1,
  I2,
  TYPE 
)    kxArray3_At_(ARRAY, I0, I1, I2)

Accesses an array element at the specified indices, and casts the value to the specified type.