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

Description

Defines the type of object that a VuoLeapPointable is representing.

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.
 

Enumeration Type Documentation

An enum defining different types of blend shaders.

Function Documentation

struct json_object * VuoLeapTouchZone_jsonFromValue ( const VuoLeapTouchZone  value)
read

Encodes value as a JSON object.

char* VuoLeapTouchZone_stringFromValue ( const VuoLeapTouchZone  value)

Automatically generated function.

char * VuoLeapTouchZone_summaryFromValue ( const VuoLeapTouchZone  value)

Same as VuoLeapTouchZone_stringFromValue()

VuoLeapTouchZone VuoLeapTouchZone_valueFromJson ( json_object *  js)

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

VuoLeapTouchZone VuoLeapTouchZone_valueFromString ( const char *  str)

Automatically generated function.