HDK
|
#include "COP2_API.h"
#include <COP/COP_Node_Common.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"
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 OP_ERROR(* COP2_FullImageCB)(COP2_Context &, const TIL_Region *, TIL_Region *, COP2_Node *) |
Definition at line 73 of file COP2_Node.h.
SYS_VISIBILITY_EXPORT void newCop2Operator | ( | OP_OperatorTable * | table | ) |
Definition at line 339 of file COP2_FullImageFilter.C.