TIOVX User Guide
|
Object Array object (OpenVX equivalent = vx_object_array) More...
Inherits tiovx.reference.Reference.
Public Member Functions | |
def | __init__ (self, data_type, count, name="default") |
Constructor used to create this object. More... | |
Object Array object (OpenVX equivalent = vx_object_array)
NOT SUPPORTED in tool
Definition at line 69 of file objectarray.py.
def tiovx.objectarray.ObjectArray.__init__ | ( | self, | |
data_type, | |||
count, | |||
name = "default" |
|||
) |
Constructor used to create this object.
data_type | [in] Data type. tiovx::enums::Type |
count | [in] Number of items in the object array |
name | [in] [optional] Name of the object |
Definition at line 77 of file objectarray.py.