Vuo  1.0.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Enumerations | Functions
VuoLeapTouchZone

Description

How close a pointable is to the touch zone.

Enumerations

enum  VuoLeapTouchZone { VuoLeapTouchZone_None, VuoLeapTouchZone_Hovering, VuoLeapTouchZone_Touching }
 How close a pointable is to the touch zone. More...
 

Functions

VuoLeapTouchZone VuoLeapTouchZone_makeFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoLeapTouchZone.
 
json_object * VuoLeapTouchZone_getJson (const VuoLeapTouchZone value)
 Encodes value as a JSON object.
 
char * VuoLeapTouchZone_getSummary (const VuoLeapTouchZone value)
 Same as VuoLeapTouchZone_getString()
 
VuoList_VuoLeapTouchZone VuoLeapTouchZone_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
VuoLeapTouchZone VuoLeapTouchZone_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoLeapTouchZone_getString (const VuoLeapTouchZone value)
 Automatically generated function.
 

Enumeration Type Documentation

How close a pointable is to the touch zone.

Function Documentation

VuoList_VuoLeapTouchZone VuoLeapTouchZone_getAllowedValues ( void  )

Returns a list of values that instances of this type can have.

struct json_object * VuoLeapTouchZone_getJson ( const VuoLeapTouchZone  value)
read

Encodes value as a JSON object.

char* VuoLeapTouchZone_getString ( const VuoLeapTouchZone  value)

Automatically generated function.

char * VuoLeapTouchZone_getSummary ( const VuoLeapTouchZone  value)

Same as VuoLeapTouchZone_getString()

VuoLeapTouchZone VuoLeapTouchZone_makeFromJson ( json_object *  js)

Decodes the JSON object js, expected to contain a string, to create a new VuoLeapTouchZone.

VuoLeapTouchZone VuoLeapTouchZone_makeFromString ( const char *  str)

Automatically generated function.