Vuo  2.3.2
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. 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...
 
VuoLeapFrame VuoLeapFrame_makeFromString (const char *initializer)
 Automatically generated function. 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...
 

Class Documentation

◆ VuoLeapFrame

struct VuoLeapFrame
Class Members
VuoList_VuoLeapHand hands
VuoInteger id
VuoList_VuoLeapPointable pointables

Function Documentation

◆ VuoLeapFrame_getJson()

struct json_object * VuoLeapFrame_getJson ( const VuoLeapFrame  value)

Encodes value as a JSON object.

Definition at line 55 of file VuoLeapFrame.c.

◆ VuoLeapFrame_getString()

char* VuoLeapFrame_getString ( const VuoLeapFrame  value)

Automatically generated function.

◆ VuoLeapFrame_getSummary()

char * VuoLeapFrame_getSummary ( const VuoLeapFrame  value)

Returns a compact string representation of value.

Definition at line 68 of file VuoLeapFrame.c.

◆ VuoLeapFrame_make()

VuoLeapFrame VuoLeapFrame_make ( VuoInteger  id,
VuoList_VuoLeapHand  hands,
VuoList_VuoLeapPointable  pointables 
)

Creates a new frame from the specified values.

Definition at line 77 of file VuoLeapFrame.c.

◆ VuoLeapFrame_makeFromJson()

VuoLeapFrame VuoLeapFrame_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
{
"id" : 42
}

Definition at line 42 of file VuoLeapFrame.c.

◆ VuoLeapFrame_makeFromString()

VuoLeapFrame VuoLeapFrame_makeFromString ( const char *  initializer)

Automatically generated function.

◆ VuoLeapFrame_release()

void VuoLeapFrame_release ( VuoLeapFrame  value)

Automatically generated function.

◆ VuoLeapFrame_retain()

void VuoLeapFrame_retain ( VuoLeapFrame  value)

Automatically generated function.