Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
#define kArray3_ItemT (   kArray3_array,
  kSize_index0,
  kSize_index1,
  kSize_index2,
  TPtr_item 
)
related

Gets the value of an item.

A debug assertion will be raised if the size of the specified item type is not equal to the size of the collection item type.

Parameters
kArray3_arrayArray object.
kSize_index0First dimension index.
kSize_index1Second dimension index.
kSize_index2Third dimension index.
TPtr_itemStrongly-typed destination pointer for item that will be copied (by value) from the array.
Returns
Operation status.