Vuo  2.3.2
VuoDispersion.h
Go to the documentation of this file.
1 
10 #pragma once
11 
13 typedef const struct VuoList_VuoDispersion_struct { void *l; } * VuoList_VuoDispersion;
14 #define VuoList_VuoDispersion_TYPE_DEFINED
16 
28 typedef enum {
29  VuoDispersion_Linear,
30  VuoDispersion_Radial
32 
34 struct json_object * VuoDispersion_getJson(const VuoDispersion value);
36 char * VuoDispersion_getSummary(const VuoDispersion value);
37 
47