TIOVX User Guide
tiovx.objectarray.ObjectArray Class Reference

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...
 

Detailed Description

Object Array object (OpenVX equivalent = vx_object_array)

NOT SUPPORTED in tool

Definition at line 69 of file objectarray.py.

Constructor & Destructor Documentation

◆ __init__()

def tiovx.objectarray.ObjectArray.__init__ (   self,
  data_type,
  count,
  name = "default" 
)

Constructor used to create this object.

See also
vxCreateObjectArray for more details about the parameters
Parameters
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.


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