Vuo 2.4.2
Loading...
Searching...
No Matches
Classes | Functions
VuoLeapFrame.h File Reference

Description

VuoLeapFrame C type definition.

Definition in file VuoLeapFrame.h.

Go to the source code of this file.

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. More...
 
json_objectVuoLeapFrame_getJson (const VuoLeapFrame value)
 Encodes value as a JSON object. More...
 
char * VuoLeapFrame_getSummary (const VuoLeapFrame value)
 Returns a compact string representation of value. More...
 
VuoLeapFrame VuoLeapFrame_make (VuoInteger id, VuoList_VuoLeapHand hands, VuoList_VuoLeapPointable pointables)
 Creates a new frame from the specified values. More...
 
char * VuoLeapFrame_getString (const VuoLeapFrame value)
 Automatically generated function. More...
 
void VuoLeapFrame_retain (VuoLeapFrame value)
 Automatically generated function. More...
 
void VuoLeapFrame_release (VuoLeapFrame value)
 Automatically generated function. More...