|
TuttleOFX
1
|
#include "ofxsSupportPrivate.h"#include "ofxsUtilities.h"#include "ofxParametricParam.h"#include "extensions/nuke/camera.h"#include "extensions/tuttle/ofxParam.h"#include <cstring>
Go to the source code of this file.
Namespaces | |
| namespace | OFX |
The core 'OFX Support' namespace, used by plugin implementations. All code for these are defined in the common support libraries. | |
Functions | |
| const char * | OFX::mapParamTypeEnumToString (ParamTypeEnum v) |
| turns a ParamTypeEnum into the char * that raw OFX uses | |
| bool | OFX::isEqual (const char *t1, const char *t2) |
| ParamTypeEnum | OFX::mapParamTypeStringToEnum (const char *v) |