Vuo  0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Enumerations | Functions
VuoLeapTouchZone.h File Reference

Description

VuoLeapTouchZone C type definition.

Enumerations

enum  VuoLeapTouchZone { VuoLeapTouchZone_None, VuoLeapTouchZone_Hovering, VuoLeapTouchZone_Touching }
 An enum defining different types of blend shaders. More...
 

Functions

VuoLeapTouchZone VuoLeapTouchZone_valueFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoLeapTouchZone.
 
json_object * VuoLeapTouchZone_jsonFromValue (const VuoLeapTouchZone value)
 Encodes value as a JSON object.
 
char * VuoLeapTouchZone_summaryFromValue (const VuoLeapTouchZone value)
 Same as VuoLeapTouchZone_stringFromValue()
 
VuoLeapTouchZone VuoLeapTouchZone_valueFromString (const char *str)
 Automatically generated function.
 
char * VuoLeapTouchZone_stringFromValue (const VuoLeapTouchZone value)
 Automatically generated function.