Vuo  1.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Functions
VuoLeapFrame

Description

A frame of Leap Motion data.

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.
 

Class Documentation

struct VuoLeapFrame
Class Members
VuoList_VuoLeapHand hands
Todo:
VuoLeapTransform motion;
VuoInteger id
VuoList_VuoLeapPointable pointables

Function Documentation

struct json_object * VuoLeapFrame_getJson ( const VuoLeapFrame  value)
read

Encodes value as a JSON object.

Todo:
serialize other values
char* VuoLeapFrame_getString ( const VuoLeapFrame  value)

Automatically generated function.

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_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
{
"id" : 42
}
Todo:
unserialize other values
VuoLeapFrame VuoLeapFrame_makeFromString ( const char *  initializer)

Automatically generated function.

void VuoLeapFrame_release ( VuoLeapFrame  value)

Automatically generated function.

void VuoLeapFrame_retain ( VuoLeapFrame  value)

Automatically generated function.