TIOVX User Guide
tiovx.attribute.ArrayAttribute Class Reference

Object/Data type (OpenVX equivalent = vx_array_attribute_e) More...

Inherits Enum.

Static Public Attributes

tuple ITEMTYPE = ('item_type', 'vx_enum')
 OpenVX equivalent = VX_ARRAY_ITEMTYPE.
 
tuple NUMITEMS = ('num_items', 'vx_size')
 OpenVX equivalent = VX_ARRAY_NUMITEMS.
 
tuple CAPACITY = ('capacity', 'vx_size')
 OpenVX equivalent = VX_ARRAY_CAPACITY.
 
tuple ITEMSIZE = ('item_size', 'vx_size')
 OpenVX equivalent = VX_ARRAY_ITEMSIZE.
 

Detailed Description

Object/Data type (OpenVX equivalent = vx_array_attribute_e)

Example usage:
ArrayAttribute.ITEMSIZE
ArrayAttribute.ITEMTYPE

Definition at line 134 of file attribute.py.


The documentation for this class was generated from the following file: