HDK
|
#include "OP_API.h"
#include "OP_Operator.h"
#include <UT/UT_Lock.h>
#include <UT/UT_Options.h>
#include <UT/UT_StringHolder.h>
#include <UT/UT_StringMap.h>
#include <SYS/SYS_Types.h>
#include <sys/types.h>
Go to the source code of this file.
Classes | |
class | OP_ScriptOperator |
class | OP_FunctionNameInfo |
Helper class for reading and writing FunctionName HDA section. More... | |
Typedefs | |
typedef int(* | OP_ScriptParmFunc )(OP_Node *node, PRM_Template *temp, int idx, fpreal t, void *data) |
Definition at line 34 of file OP_ScriptOperator.h.