HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OP_OperatorTable.h File Reference
#include "OP_API.h"
#include "OP_OTLDefinition.h"
#include "OP_Operator.h"
#include "OP_OpNamespaceHierarchy.h"
#include <UT/UT_NonCopyable.h>
#include <UT/UT_String.h>
#include <UT/UT_StringMap.h>
#include <UT/UT_SymbolTable.h>
#include <UT/UT_ValArray.h>
#include <UT/UT_Color.h>
#include <iosfwd>
+ Include dependency graph for OP_OperatorTable.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OP_OperatorTable
 
class  OP_UpdateTableSink
 

Typedefs

typedef UT_ValArray
< OP_OperatorTable * > 
OP_OperatorTableList
 
typedef UT_SymbolMap
< OP_OperatorTable * > 
OP_OperatorTableMap
 
typedef OP_ScriptOperator *(* OP_ScriptCreatorFunc )(const OP_OTLDefinition &definition)
 
typedef bool(* OP_ScriptCanReuseFunc )(const OP_ScriptOperator *script_operator, const OP_OTLDefinition &new_definition)
 

Typedef Documentation

Definition at line 32 of file OP_OperatorTable.h.

Definition at line 35 of file OP_OperatorTable.h.

typedef bool(* OP_ScriptCanReuseFunc)(const OP_ScriptOperator *script_operator, const OP_OTLDefinition &new_definition)

Definition at line 39 of file OP_OperatorTable.h.

typedef OP_ScriptOperator*(* OP_ScriptCreatorFunc)(const OP_OTLDefinition &definition)

Definition at line 37 of file OP_OperatorTable.h.