HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OP_Director.h File Reference
#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"
 

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_DirectorOPgetDirector ()
 
OP_API OP_DirectorOPsetDirector (OP_Director *boss)
 

Macro Definition Documentation

#define OP_POSTLOAD_SCRIPT   "456.cmd"

Definition at line 38 of file OP_Director.h.

Typedef Documentation

typedef void(* OP_GlobalOpChangedCallback)(OP_Node *node, OP_EventType reason, void *data, void *cbdata)

Definition at line 57 of file OP_Director.h.

Enumeration Type Documentation

enum OP_OrientationMode
strong
Enumerator
Y_UP 
Z_UP 

Definition at line 61 of file OP_Director.h.

Function Documentation

OP_API OP_Director* OPsetDirector ( OP_Director boss)