Vuo  2.0.0
VuoLeapFrame.h
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #include "VuoInteger.h"
13 #include "VuoLeapHand.h"
14 #include "VuoLeapPointable.h"
15 #include "VuoList_VuoLeapHand.h"
17 
29 typedef struct
30 {
31  VuoInteger id;
32 
34 
36  VuoList_VuoLeapPointable pointables;
37 
42 
43 } VuoLeapFrame;
44 
46 struct json_object * VuoLeapFrame_getJson(const VuoLeapFrame value);
47 char * VuoLeapFrame_getSummary(const VuoLeapFrame value);
48 
50 
52 
55 VuoLeapFrame VuoLeapFrame_makeFromString(const char * initializer);
56 char * VuoLeapFrame_getString(const VuoLeapFrame value);
60