HDK
|
#include "OP_API.h"
#include "OP_CommandManager.h"
#include "OP_Network.h"
#include "OP_Node.h"
#include "OP_OTLManager.h"
#include "OP_OperatorTable.h"
#include "OP_ConnectorId.h"
#include <CH/CH_Manager.h>
#include <UT/UT_ColorTable.h>
#include <UT/UT_IntArray.h>
#include <UT/UT_NonCopyable.h>
#include <UT/UT_Thread.h>
#include <UT/UT_ThreadSpecificValue.h>
#include <UT/UT_Tuple.h>
#include <UT/UT_ValArray.h>
#include <SYS/SYS_Types.h>
#include <iosfwd>
#include <time.h>
Go to the source code of this file.
Classes | |
class | OP_Director |
Create an evaluation context scope with a new node. More... | |
class | OP_Director |
Create an evaluation context scope with a new node. More... | |
Macros | |
#define | OP_POSTLOAD_SCRIPT "456.cmd" |
Typedefs | |
typedef void(* | OP_GlobalOpChangedCallback )(OP_Node *node, OP_EventType reason, void *data, void *cbdata) |
typedef UT_ValArray < OP_GlobalOpChangedCallback > | OP_GlobalOpChangedCallbacks |
Enumerations | |
enum | OP_OrientationMode { OP_OrientationMode::Y_UP, OP_OrientationMode::Z_UP } |
Functions | |
OP_API OP_Director * | OPgetDirector () |
OP_API OP_Director * | OPsetDirector (OP_Director *boss) |
#define OP_POSTLOAD_SCRIPT "456.cmd" |
Definition at line 38 of file OP_Director.h.
typedef void(* OP_GlobalOpChangedCallback)(OP_Node *node, OP_EventType reason, void *data, void *cbdata) |
Definition at line 57 of file OP_Director.h.
Definition at line 59 of file OP_Director.h.
|
strong |
Enumerator | |
---|---|
Y_UP | |
Z_UP |
Definition at line 61 of file OP_Director.h.
OP_API OP_Director* OPgetDirector | ( | ) |
OP_API OP_Director* OPsetDirector | ( | OP_Director * | boss | ) |