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

Description

VuoLeapPointableType C type definition.

Definition in file VuoLeapPointableType.h.

Go to the source code of this file.

Classes

struct  VuoList_VuoLeapPointableType_struct
 List type. More...
 

Enumerations

enum  VuoLeapPointableType { VuoLeapPointableType_Finger , VuoLeapPointableType_Tool }
 Whether a pointable is a finger or a tool. More...
 

Functions

VuoLeapPointableType VuoLeapPointableType_makeFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoLeapPointableType. More...
 
json_objectVuoLeapPointableType_getJson (const VuoLeapPointableType value)
 Encodes value as a JSON object. More...
 
VuoList_VuoLeapPointableType VuoLeapPointableType_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoLeapPointableType_getSummary (const VuoLeapPointableType value)
 Same as VuoLeapPointableType_getString() More...
 
char * VuoLeapPointableType_getString (const VuoLeapPointableType value)
 Automatically generated function. More...
 
#define VuoList_VuoLeapPointableType_TYPE_DEFINED
 List type. More...
 
typedef const struct VuoList_VuoLeapPointableType_structVuoList_VuoLeapPointableType
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoLeapPointableType_TYPE_DEFINED

#define VuoList_VuoLeapPointableType_TYPE_DEFINED

List type.

Definition at line 14 of file VuoLeapPointableType.h.

Typedef Documentation

◆ VuoList_VuoLeapPointableType

List type.