![]() |
The OpenVX Specification
a73e458
|
The array object attributes.
Macros | |
| #define | VX_ARRAY_CAPACITY (VX_ATTRIBUTE_ENUM(VX_ID_KHRONOS, VX_TYPE_ARRAY, 0x2)) |
The maximal number of items that the Array can hold [R01589]. Read-only [R01590]. Use a vx_size parameter. | |
| #define | VX_ARRAY_ITEMSIZE (VX_ATTRIBUTE_ENUM(VX_ID_KHRONOS, VX_TYPE_ARRAY, 0x3)) |
Queries an array item size [R01591]. Read-only [R01592]. Use a vx_size parameter. | |
| #define | VX_ARRAY_ITEMTYPE (VX_ATTRIBUTE_ENUM(VX_ID_KHRONOS, VX_TYPE_ARRAY, 0x0)) |
The type of the Array items [R01585]. Read-only [R01586]. Use a vx_enum parameter. | |
| #define | VX_ARRAY_NUMITEMS (VX_ATTRIBUTE_ENUM(VX_ID_KHRONOS, VX_TYPE_ARRAY, 0x1)) |
The number of items in the Array [R01587]. Read-only [R01588]. Use a vx_size parameter. | |