Vuo  2.4.0
VuoRunnerCocoa+Conversion.hh
Go to the documentation of this file.
1
10#pragma once
11
12#if defined(__OBJC__) || defined(DOXYGEN)
13
14#include <string>
15using namespace std;
16
17#include "VuoRunnerCocoa.h"
18
19extern "C" {
20#include "VuoImage.h"
21}
22
27+ (id)cocoaObjectWithVuoValue:(json_object *)vuoValue ofType:(string)type;
28+ (json_object *)vuoValueWithCocoaObject:(id)value;
29+ (NSImage *)nsImageWithVuoImage:(VuoImage)vi;
30@end
31
37@end
38
44@end
45
51@end
52
58@end
59
65@end
66
72@end
73
79@end
80
86@end
87
93@end
94
95#endif // defined(__OBJC__) || defined(DOXYGEN)