#include "OP_API.h"
#include "OP_Error.h"
#include <UT/UT_String.h>
#include <SYS/SYS_Types.h>
#include <stddef.h>
Go to the source code of this file.
|
| OP_API void | OPgetParameter (const char *path, fpreal &time, int *retsubindex, PRM_Parm **retparm, CH_Channel **retchannel, OP_Node **retnode, bool allow_alias, bool add_parm_interests, int thread, bool add_warnings=false) |
| |
| OP_API void | OPaddBadRefWarning (OP_ErrorCodes err_code, const char *path, int thread) |
| |
| OP_API UT_AttributeEvaluator * | OPcreateContextOptionEvaluator (const char *name) |
| |
| OP_API void | OPaddNodePathInterest (const char *node_path, int thread) |
| |
| OP_API void | OPaddNodePathInterest1From2 (const char *path1, const char *path2, int thread) |
| |
| OP_API void OPaddNodePathInterest |
( |
const char * |
node_path, |
|
|
int |
thread |
|
) |
| |
| OP_API void OPaddNodePathInterest1From2 |
( |
const char * |
path1, |
|
|
const char * |
path2, |
|
|
int |
thread |
|
) |
| |