Vuo  1.1.0
 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_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_objectVuoLeapFrame_getJson (const VuoLeapFrame value)
 Encodes value as a JSON object.
 
char * VuoLeapFrame_getSummary (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_makeFromString (const char *initializer)
 Automatically generated function.
 
char * VuoLeapFrame_getString (const VuoLeapFrame value)
 Automatically generated function.
 
void VuoLeapFrame_retain (VuoLeapFrame value)
 Automatically generated function.
 
void VuoLeapFrame_release (VuoLeapFrame value)
 Automatically generated function.