Vuo  0.9.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Functions
VuoLeapHand

Description

Physical characteristics of a detected hand.

Classes

struct  VuoLeapHand
 The Hand class reports the physical characteristics of a detected hand. More...
 

Functions

VuoLeapHand VuoLeapHand_valueFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_object * VuoLeapHand_jsonFromValue (const VuoLeapHand value)
 Encodes value as a JSON object.
 
char * VuoLeapHand_summaryFromValue (const VuoLeapHand value)
 Returns a compact string representation of value.
 
VuoLeapHand VuoLeapHand_make (VuoInteger id, VuoPoint4d rotation, VuoPoint3d palmPosition, VuoPoint3d palmVelocity, VuoReal sphereRadius, VuoPoint3d sphereCenter, VuoReal palmWidth, VuoPoint3d wristPosition, VuoReal pinchAmount, VuoReal grabAmount, VuoReal timeVisible, VuoBoolean isLeftHand, VuoReal confidence, VuoList_VuoLeapPointable fingers)
 Creates a new pointable from the specified values.
 
VuoLeapHand VuoLeapHand_valueFromString (const char *initializer)
 Automatically generated function.
 
char * VuoLeapHand_stringFromValue (const VuoLeapHand value)
 Automatically generated function.
 
void VuoLeapHand_retain (VuoLeapHand value)
 Automatically generated function.
 
void VuoLeapHand_release (VuoLeapHand value)
 Automatically generated function.
 

Class Documentation

struct VuoLeapHand
Class Members
VuoReal confidence
VuoList_VuoLeapPointable fingers
VuoReal grabAmount
VuoInteger id
VuoBoolean isLeftHand
VuoPoint3d palmPosition
VuoPoint3d palmVelocity
VuoReal palmWidth
VuoReal pinchAmount
VuoPoint4d rotation
VuoPoint3d sphereCenter
VuoReal sphereRadius
VuoReal timeVisible
VuoPoint3d wristPosition

Function Documentation

struct json_object * VuoLeapHand_jsonFromValue ( const VuoLeapHand  value)
read

Encodes value as a JSON object.

VuoLeapHand VuoLeapHand_make ( VuoInteger  id,
VuoPoint4d  rotation,
VuoPoint3d  palmPosition,
VuoPoint3d  palmVelocity,
VuoReal  sphereRadius,
VuoPoint3d  sphereCenter,
VuoReal  palmWidth,
VuoPoint3d  wristPosition,
VuoReal  pinchAmount,
VuoReal  grabAmount,
VuoReal  timeVisible,
VuoBoolean  isLeftHand,
VuoReal  confidence,
VuoList_VuoLeapPointable  fingers 
)

Creates a new pointable from the specified values.

void VuoLeapHand_release ( VuoLeapHand  value)

Automatically generated function.

void VuoLeapHand_retain ( VuoLeapHand  value)

Automatically generated function.

char* VuoLeapHand_stringFromValue ( const VuoLeapHand  value)

Automatically generated function.

char* VuoLeapHand_summaryFromValue ( const VuoLeapHand  value)

Returns a compact string representation of value.

VuoLeapHand VuoLeapHand_valueFromJson ( json_object *  js)

Decodes the JSON object js to create a new value.

Example:
/// @todo write VuoLeapHand json example
VuoLeapHand VuoLeapHand_valueFromString ( const char *  initializer)

Automatically generated function.