Xiqual 0.9.1

In file include/xiarray.h:

typedef struct aspec

Array specification structure

[more]long width
The amount of columns in the array
[more]long height
The amount of rows in the array.
[more]long* data
This should be pointed to the memory to be accessed.



Documentation

Array specification structure The structure used by the mem_array* functions.
olong width
The amount of columns in the array

olong height
The amount of rows in the array.

olong* data
This should be pointed to the memory to be accessed.
Author:
Shane O'Neill

Alphabetic index



This page was generated with the help of DOC++.