Vuo  0.9.1
 All Classes 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_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.
 

Class Documentation

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

Function Documentation

struct json_object * VuoLeapFrame_jsonFromValue ( const VuoLeapFrame  value)
read

Encodes value as a JSON object.

Todo:
serialize other values
VuoLeapFrame VuoLeapFrame_make ( VuoInteger  id,
VuoList_VuoLeapHand  hands,
VuoList_VuoLeapPointable  pointables 
)

Creates a new frame from the specified values.

void VuoLeapFrame_release ( VuoLeapFrame  value)

Automatically generated function.

void VuoLeapFrame_retain ( VuoLeapFrame  value)

Automatically generated function.

char* VuoLeapFrame_stringFromValue ( const VuoLeapFrame  value)

Automatically generated function.

char * VuoLeapFrame_summaryFromValue ( const VuoLeapFrame  value)

Returns a compact string representation of value.

VuoLeapFrame VuoLeapFrame_valueFromJson ( json_object *  js)

Decodes the JSON object js to create a new value.

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

Automatically generated function.