TuttleOFX  1
ofxGraphAPI.h File Reference
#include "ofxCore.h"
#include "ofxAttribute.h"
#include "ofxParam.h"
#include "ofxClip.h"
Include dependency graph for ofxGraphAPI.h:

Go to the source code of this file.

Data Structures

struct  OfxGraphSuiteV1

Defines

#define kOfxGraphPluginApi   "OfxGraphPluginAPI"
 String used to label OFX Graph Plug-ins.
#define kOfxGraphPluginApiVersion   1
 The current version of the Graph API.
#define kOfxPluginsNeeded   "ofxPluginsNeeded"

Typedefs

typedef struct OfxGraphSuiteV1 OfxGraphSuiteV1

Define Documentation

#define kOfxGraphPluginApi   "OfxGraphPluginAPI"

String used to label OFX Graph Plug-ins.

Set the pluginApi member of the OfxPluginHeader inside any OfxGraphPluginStruct to be this so that the host knows the plugin is a subgraph node.

Definition at line 19 of file ofxGraphAPI.h.

#define kOfxGraphPluginApiVersion   1

The current version of the Graph API.

Definition at line 24 of file ofxGraphAPI.h.


Typedef Documentation