Vuo  2.0.0
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)
 
json_objectVuoLeapPointableType_getJson (const VuoLeapPointableType value)
 
VuoList_VuoLeapPointableType VuoLeapPointableType_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoLeapPointableType_getSummary (const VuoLeapPointableType value)
 
VuoLeapPointableType VuoLeapPointableType_makeFromString (const char *str)
 Automatically generated function. 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.