HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
COP2_Node.h File Reference
#include "COP2_API.h"
#include <UT/UT_ErrorManager.h>
#include <UT/UT_SymbolTable.h>
#include <UT/UT_FloatArray.h>
#include <UT/UT_IntArray.h>
#include <UT/UT_ValArray.h>
#include <UT/UT_Array.h>
#include <UT/UT_Lock.h>
#include <UT/UT_Rect.h>
#include <UT/UT_TokenString.h>
#include <UT/UT_Thread.h>
#include <UT/UT_UniquePtr.h>
#include <UT/UT_FilterType.h>
#include <UT/UT_VectorTypes.h>
#include <OP/OP_Network.h>
#include <OP/OP_OperatorPair.h>
#include <TIL/TIL_Defines.h>
#include <TIL/TIL_Sequence.h>
#include <TIL/TIL_Region.h>
#include <TIL/TIL_TileList.h>
#include "COP2_Common.h"
#include "COP2_Context.h"
#include "COP2_BoundsCache.h"
+ Include dependency graph for COP2_Node.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  COP2_Node
 

Typedefs

typedef OP_ERROR(* COP2_FullImageCB )(COP2_Context &, const TIL_Region *, TIL_Region *, COP2_Node *)
 

Functions

SYS_VISIBILITY_EXPORT void newCop2Operator (OP_OperatorTable *table)
 

Typedef Documentation

typedef OP_ERROR(* COP2_FullImageCB)(COP2_Context &, const TIL_Region *, TIL_Region *, COP2_Node *)

Definition at line 70 of file COP2_Node.h.

Function Documentation