|
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>
Include dependency graph for OP_Director.h:
This graph shows which files directly or indirectly include this file: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" |
| #define | OP_HOM_SESSION_MODULE_CPIO_NAME ".hou.session" |
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_HOM_SESSION_MODULE_CPIO_NAME ".hou.session" |
Definition at line 42 of file OP_Director.h.
| #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 61 of file OP_Director.h.
Definition at line 63 of file OP_Director.h.
|
strong |
| Enumerator | |
|---|---|
| Y_UP | |
| Z_UP | |
Definition at line 65 of file OP_Director.h.
| OP_API OP_Director* OPgetDirector | ( | ) |
| OP_API OP_Director* OPsetDirector | ( | OP_Director * | boss | ) |