Xiqual 0.9.1
In file include/xiarray.h:
typedef struct aspec
Array specification structure
- long width
- The amount of columns in the array
- long height
- The amount of rows in the array.
- long*
data
- This should be pointed to the memory to be
accessed.
Documentation
Array specification structure The structure used by the
mem_array* functions.
-
- long
width
- The amount of columns in the array
- long
height
- The amount of rows in the array.
- long*
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++.