#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_PtrArray.h>#include <UT/UT_RefArray.h>#include <UT/UT_Lock.h>#include <UT/UT_Rect.h>#include <UT/UT_TokenString.h>#include <UT/UT_Thread.h>#include <UT/UT_FilterType.h>#include <OP/OP_Network.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 | |
| COP2_API void | COP2getVexReservedTemplateLists (UT_PtrArray< PRM_Template * > &tplatelists) |
| DLLEXPORT void | newCop2Operator (OP_OperatorTable *table) |
| install the cop. | |
| typedef OP_ERROR(* COP2_FullImageCB)(COP2_Context &, const TIL_Region *, TIL_Region *, COP2_Node *) |
Definition at line 78 of file COP2_Node.h.
| COP2_API void COP2getVexReservedTemplateLists | ( | UT_PtrArray< PRM_Template * > & | tplatelists | ) |
| DLLEXPORT void newCop2Operator | ( | OP_OperatorTable * | table | ) |
install the cop.
Definition at line 339 of file COP2_FullImageFilter.C.
1.5.9