Vuo  2.0.0
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)
 
json_objectVuoLeapTouchZone_getJson (const VuoLeapTouchZone value)
 
char * VuoLeapTouchZone_getSummary (const VuoLeapTouchZone value)
 
VuoList_VuoLeapTouchZone VuoLeapTouchZone_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
VuoLeapTouchZone VuoLeapTouchZone_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoLeapTouchZone_getString (const VuoLeapTouchZone value)
 Automatically generated function. More...
 

Enumeration Type Documentation

◆ VuoLeapTouchZone

How close a pointable is to the touch zone.

Definition at line 28 of file VuoLeapTouchZone.h.

Function Documentation

◆ VuoLeapTouchZone_getAllowedValues()

VuoList_VuoLeapTouchZone VuoLeapTouchZone_getAllowedValues ( void  )

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

Definition at line 78 of file VuoLeapTouchZone.c.

◆ VuoLeapTouchZone_getJson()

struct json_object * VuoLeapTouchZone_getJson ( const VuoLeapTouchZone  value)

Encodes value as a JSON object.

Definition at line 54 of file VuoLeapTouchZone.c.

◆ VuoLeapTouchZone_getString()

char* VuoLeapTouchZone_getString ( const VuoLeapTouchZone  value)

Automatically generated function.

◆ VuoLeapTouchZone_getSummary()

char * VuoLeapTouchZone_getSummary ( const VuoLeapTouchZone  value)

Same as VuoLeapTouchZone_getString()

Definition at line 91 of file VuoLeapTouchZone.c.

◆ VuoLeapTouchZone_makeFromJson()

VuoLeapTouchZone VuoLeapTouchZone_makeFromJson ( json_object js)

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

Definition at line 32 of file VuoLeapTouchZone.c.

◆ VuoLeapTouchZone_makeFromString()

VuoLeapTouchZone VuoLeapTouchZone_makeFromString ( const char *  str)

Automatically generated function.