TuttleOFX  1
OfxGraphSuiteV1 Struct Reference

#include <ofxGraphAPI.h>

Data Fields

OfxStatus(* getNumberOfPlugins )(int *)
OfxStatus(* getPluginDescriptor )(int id, OfxPluginHandle *pluginDescriptor)
OfxStatus(* getPluginDescriptorFromName )(char *id, OfxPluginHandle *pluginDescriptor)
OfxStatus(* createNode )(OfxPluginHandle pluginDescriptor, OfxPluginHandle *node)
OfxStatus(* getPropertySet )(OfxGraphHandle graph, OfxPropertySetHandle *propHandle)
OfxStatus(* getAttributeSet )(OfxGraphHandle graph, OfxAttributeSetHandle *attributeSet)
OfxStatus(* attributeGetHandle )(OfxAttributeSetHandle attributeSet, const char *name, OfxAttributeHandle *attribute, OfxPropertySetHandle *propertySet)
OfxStatus(* attributeGetPropertySet )(OfxAttributeHandle attribute, OfxPropertySetHandle *propHandle)
OfxStatus(* connectNodes )(OfxNodeHandle fromNode, OfxAttributeHandle fromAttribute, OfxNodeHandle toNode, OfxAttributeHandle toAttribute)
OfxStatus(* unconnectNodes )(OfxNodeHandle fromNode, OfxAttributeHandle fromAttribute, OfxNodeHandle toNode, OfxAttributeHandle toAttribute)
OfxStatus(* exposeAttribute )(OfxNodeHandle node, OfxAttributeHandle attribute, OfxPropertySetHandle propertySet)
OfxStatus(* unexposeAttribute )(OfxNodeHandle node, OfxAttributeHandle attribute, OfxPropertySetHandle propertySet)

Detailed Description

Definition at line 36 of file ofxGraphAPI.h.


Field Documentation

Definition at line 50 of file ofxGraphAPI.h.

OfxStatus( * OfxGraphSuiteV1::connectNodes)(OfxNodeHandle fromNode, OfxAttributeHandle fromAttribute, OfxNodeHandle toNode, OfxAttributeHandle toAttribute)

Definition at line 53 of file ofxGraphAPI.h.

OfxStatus( * OfxGraphSuiteV1::createNode)(OfxPluginHandle pluginDescriptor, OfxPluginHandle *node)

Definition at line 44 of file ofxGraphAPI.h.

OfxStatus( * OfxGraphSuiteV1::exposeAttribute)(OfxNodeHandle node, OfxAttributeHandle attribute, OfxPropertySetHandle propertySet)

Definition at line 56 of file ofxGraphAPI.h.

OfxStatus( * OfxGraphSuiteV1::getAttributeSet)(OfxGraphHandle graph, OfxAttributeSetHandle *attributeSet)

Definition at line 49 of file ofxGraphAPI.h.

Definition at line 40 of file ofxGraphAPI.h.

OfxStatus( * OfxGraphSuiteV1::getPluginDescriptor)(int id, OfxPluginHandle *pluginDescriptor)

Definition at line 41 of file ofxGraphAPI.h.

OfxStatus( * OfxGraphSuiteV1::getPluginDescriptorFromName)(char *id, OfxPluginHandle *pluginDescriptor)

Definition at line 42 of file ofxGraphAPI.h.

OfxStatus( * OfxGraphSuiteV1::getPropertySet)(OfxGraphHandle graph, OfxPropertySetHandle *propHandle)

Definition at line 46 of file ofxGraphAPI.h.

OfxStatus( * OfxGraphSuiteV1::unconnectNodes)(OfxNodeHandle fromNode, OfxAttributeHandle fromAttribute, OfxNodeHandle toNode, OfxAttributeHandle toAttribute)

Definition at line 54 of file ofxGraphAPI.h.

Definition at line 57 of file ofxGraphAPI.h.


The documentation for this struct was generated from the following file: