Vuo 2.4.4
Loading...
Searching...
No Matches
VuoDispersion.h
Go to the documentation of this file.
1
10#pragma once
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
27typedef enum {
28 VuoDispersion_Linear,
29 VuoDispersion_Radial
31
33
34VuoDispersion VuoDispersion_makeFromJson(struct json_object * js);
35struct json_object * VuoDispersion_getJson(const VuoDispersion value);
37char * VuoDispersion_getSummary(const VuoDispersion value);
38
47
52#ifdef __cplusplus
53}
54#endif