TIOVX User Guide
tiovx.enums.Bool Class Reference

Boolean type (OpenVX equivalent = vx_bool) More...

Inherits Enum.

Static Public Attributes

int FALSE = 0
 OpenVX equivalent = vx_false_e.
 
int TRUE = 1
 OpenVX equivalent = vx_true_e.
 

Detailed Description

Boolean type (OpenVX equivalent = vx_bool)

Example usage:
Bool.FALSE
Bool.TRUE

Definition at line 697 of file enums.py.


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