Vuo  0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Functions
VuoLeapFrame.h File Reference

Description

VuoLeapFrame C type definition.

Classes

struct  VuoLeapFrame
 A frame of Leap Motion data. More...
 

Functions

VuoLeapFrame VuoLeapFrame_valueFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_object * VuoLeapFrame_jsonFromValue (const VuoLeapFrame value)
 Encodes value as a JSON object.
 
char * VuoLeapFrame_summaryFromValue (const VuoLeapFrame value)
 Returns a compact string representation of value.
 
VuoLeapFrame VuoLeapFrame_make (VuoInteger id, VuoList_VuoLeapHand hands, VuoList_VuoLeapPointable pointables)
 Creates a new frame from the specified values.
 
VuoLeapFrame VuoLeapFrame_valueFromString (const char *initializer)
 Automatically generated function.
 
char * VuoLeapFrame_stringFromValue (const VuoLeapFrame value)
 Automatically generated function.
 
void VuoLeapFrame_retain (VuoLeapFrame value)
 Automatically generated function.
 
void VuoLeapFrame_release (VuoLeapFrame value)
 Automatically generated function.