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

Description

Defines the type of object that a VuoLeapPointable is representing.

Enumerations

enum  VuoLeapPointableType { VuoLeapPointableType_Finger, VuoLeapPointableType_Tool }
 An enum defining different types of blend shaders. More...
 

Functions

VuoLeapPointableType VuoLeapPointableType_valueFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoLeapPointableType.
 
json_object * VuoLeapPointableType_jsonFromValue (const VuoLeapPointableType value)
 Encodes value as a JSON object.
 
char * VuoLeapPointableType_summaryFromValue (const VuoLeapPointableType value)
 Same as VuoLeapPointableType_stringFromValue()
 
VuoLeapPointableType VuoLeapPointableType_valueFromString (const char *str)
 Automatically generated function.
 
char * VuoLeapPointableType_stringFromValue (const VuoLeapPointableType value)
 Automatically generated function.
 

Enumeration Type Documentation

An enum defining different types of blend shaders.

Function Documentation

struct json_object * VuoLeapPointableType_jsonFromValue ( const VuoLeapPointableType  value)
read

Encodes value as a JSON object.

char* VuoLeapPointableType_stringFromValue ( const VuoLeapPointableType  value)

Automatically generated function.

char * VuoLeapPointableType_summaryFromValue ( const VuoLeapPointableType  value)

Same as VuoLeapPointableType_stringFromValue()

VuoLeapPointableType VuoLeapPointableType_valueFromJson ( json_object *  js)

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

VuoLeapPointableType VuoLeapPointableType_valueFromString ( const char *  str)

Automatically generated function.