TIOVX User Guide
tiovx.enums.ParamState Class Reference

Parameter state (OpenVX equivalent = vx_parameter_state_e) More...

Inherits Enum.

Static Public Attributes

int REQUIRED = 1
 OpenVX equivalent = VX_PARAMETER_STATE_REQUIRED.
 
int OPTIONAL = 2
 OpenVX equivalent = VX_PARAMETER_STATE_OPTIONAL.
 

Detailed Description

Parameter state (OpenVX equivalent = vx_parameter_state_e)

Example usage:
ParamState.REQUIRED
ParamState.OPTIONAL

Definition at line 781 of file enums.py.


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