HDK
|
#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>
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 UT_ValArray<OP_OperatorTable *> OP_OperatorTableList |
Definition at line 32 of file OP_OperatorTable.h.
typedef UT_SymbolMap<OP_OperatorTable *> OP_OperatorTableMap |
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.