Vuo 2.4.4
Loading...
Searching...
No Matches
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.
 
char * VuoLeapPointableType_getString (const VuoLeapPointableType value)
 Automatically generated functions.
 
void VuoLeapPointableType_retain (VuoLeapPointableType value)
 Automatically generated functions.
 
void VuoLeapPointableType_release (VuoLeapPointableType value)
 Automatically generated functions.
 

Enumeration Type Documentation

◆ VuoLeapPointableType

Whether a pointable is a finger or a tool.

Definition at line 27 of file VuoLeapPointableType.h.

Function Documentation

◆ VuoLeapPointableType_getAllowedValues()

VuoList_VuoLeapPointableType VuoLeapPointableType_getAllowedValues ( void  )

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

Definition at line 70 of file VuoLeapPointableType.c.

◆ VuoLeapPointableType_getJson()

struct json_object * VuoLeapPointableType_getJson ( const VuoLeapPointableType  value)

Encodes value as a JSON object.

Definition at line 50 of file VuoLeapPointableType.c.

◆ VuoLeapPointableType_getString()

char * VuoLeapPointableType_getString ( const VuoLeapPointableType  value)

Automatically generated functions.

◆ VuoLeapPointableType_getSummary()

char * VuoLeapPointableType_getSummary ( const VuoLeapPointableType  value)

Same as VuoLeapPointableType_getString()

Definition at line 82 of file VuoLeapPointableType.c.

◆ VuoLeapPointableType_makeFromJson()

VuoLeapPointableType VuoLeapPointableType_makeFromJson ( json_object *  js)

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

Definition at line 30 of file VuoLeapPointableType.c.

◆ VuoLeapPointableType_release()

void VuoLeapPointableType_release ( VuoLeapPointableType  value)

Automatically generated functions.

◆ VuoLeapPointableType_retain()

void VuoLeapPointableType_retain ( VuoLeapPointableType  value)

Automatically generated functions.