Vuo  1.1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Macros
VuoRunnerCocoa.h File Reference

Description

VuoCocoa header.

Classes

class  VuoRunnerCocoa
 Compiles, runs, and controls a Vuo composition. More...
 
class  VuoImageFilter
 Compiles, runs, and controls a Vuo composition that adheres to the Image Filter protocol. More...
 
class  VuoImageGenerator
 Compiles, runs, and controls a Vuo composition that adheres to the Image Generator protocol. More...
 

Macros

#define NS_RETURNS_INNER_POINTER
 Disable NS_RETURNS_INNER_POINTER (new in Mac OS 10.10's system headers), since Clang 3.2 doesn't support it.
 
#define VuoRunner   void
 
#define VuoCompiler   void
 
#define VuoComposition   void
 
#define VuoProtocol   void
 
typedef struct _VuoImageVuoImage
 
typedef struct json_object json_object
 

Macro Definition Documentation

#define NS_RETURNS_INNER_POINTER

Disable NS_RETURNS_INNER_POINTER (new in Mac OS 10.10's system headers), since Clang 3.2 doesn't support it.

https://b33p.net/kosada/node/9140