Vuo 2.4.4
Loading...
Searching...
No Matches
Enumerations | Functions
VuoLeapPointableType.h File Reference

Description

VuoLeapPointableType C type definition.

Definition in file VuoLeapPointableType.h.

Go to the source code of this file.

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.
 
VuoList_VuoLeapPointableType VuoLeapPointableType_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoLeapPointableType_getSummary (const VuoLeapPointableType value)
 Same as VuoLeapPointableType_getString()
 
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.