Vuo  1.0.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Enumerations | Functions
VuoLeapPointableType

Description

Whether a pointable is a finger or a tool.

Enumerations

enum  VuoLeapPointableType { VuoLeapPointableType_Finger, VuoLeapPointableType_Tool }
 Whether a pointable is a finger or a tool. More...
 

Functions

VuoLeapPointableType VuoLeapPointableType_makeFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoLeapPointableType.
 
json_object * VuoLeapPointableType_getJson (const VuoLeapPointableType value)
 Encodes value as a JSON object.
 
char * VuoLeapPointableType_getSummary (const VuoLeapPointableType value)
 Same as VuoLeapPointableType_getString()
 
VuoList_VuoLeapPointableType VuoLeapPointableType_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
VuoLeapPointableType VuoLeapPointableType_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoLeapPointableType_getString (const VuoLeapPointableType value)
 Automatically generated function.
 

Enumeration Type Documentation

Whether a pointable is a finger or a tool.

Function Documentation

VuoList_VuoLeapPointableType VuoLeapPointableType_getAllowedValues ( void  )

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

struct json_object * VuoLeapPointableType_getJson ( const VuoLeapPointableType  value)
read

Encodes value as a JSON object.

char* VuoLeapPointableType_getString ( const VuoLeapPointableType  value)

Automatically generated function.

char * VuoLeapPointableType_getSummary ( const VuoLeapPointableType  value)

Same as VuoLeapPointableType_getString()

VuoLeapPointableType VuoLeapPointableType_makeFromJson ( json_object *  js)

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

VuoLeapPointableType VuoLeapPointableType_makeFromString ( const char *  str)

Automatically generated function.