HDK
|
#include <COP2_ThreadCookParms.h>
Public Member Functions | |
COP2_PlaneCookParms () | |
void | allocateTileWorkOrder () |
void | deallocateTileWorkOrder () |
int | totalNumTiles () const |
Public Attributes | |
COP2_CommonCookParms * | myCommonParms |
COP2_Node * | myNode |
UT_String | myTilePath |
OP_Context | myContext |
const TIL_Plane * | myPlane |
int | myWriteProxy |
int | myArrayIndex |
const int * | myCompMap |
int | myX1 |
int | myX2 |
int | myY1 |
int | myY2 |
int | myTileX1 |
int | myTileX2 |
int | myTileY1 |
int | myTileY2 |
int | myTileOffX |
int | myTileOffY |
int | myXShift |
int | myYShift |
int | myTileCount |
int * | myWorkOrder |
UT_Lock | myTileListLock |
UT_ValArray< TIL_Tile * > * | myTileList |
Definition at line 57 of file COP2_ThreadCookParms.h.
|
inline |
Definition at line 60 of file COP2_ThreadCookParms.h.
|
inline |
Definition at line 68 of file COP2_ThreadCookParms.h.
|
inline |
Definition at line 79 of file COP2_ThreadCookParms.h.
|
inline |
Definition at line 88 of file COP2_ThreadCookParms.h.
int COP2_PlaneCookParms::myArrayIndex |
Definition at line 101 of file COP2_ThreadCookParms.h.
COP2_CommonCookParms* COP2_PlaneCookParms::myCommonParms |
Definition at line 94 of file COP2_ThreadCookParms.h.
const int* COP2_PlaneCookParms::myCompMap |
Definition at line 102 of file COP2_ThreadCookParms.h.
OP_Context COP2_PlaneCookParms::myContext |
Definition at line 98 of file COP2_ThreadCookParms.h.
COP2_Node* COP2_PlaneCookParms::myNode |
Definition at line 96 of file COP2_ThreadCookParms.h.
const TIL_Plane* COP2_PlaneCookParms::myPlane |
Definition at line 99 of file COP2_ThreadCookParms.h.
int COP2_PlaneCookParms::myTileCount |
Definition at line 120 of file COP2_ThreadCookParms.h.
UT_ValArray<TIL_Tile *>* COP2_PlaneCookParms::myTileList |
Definition at line 124 of file COP2_ThreadCookParms.h.
UT_Lock COP2_PlaneCookParms::myTileListLock |
Definition at line 123 of file COP2_ThreadCookParms.h.
int COP2_PlaneCookParms::myTileOffX |
Definition at line 113 of file COP2_ThreadCookParms.h.
int COP2_PlaneCookParms::myTileOffY |
Definition at line 114 of file COP2_ThreadCookParms.h.
UT_String COP2_PlaneCookParms::myTilePath |
Definition at line 97 of file COP2_ThreadCookParms.h.
int COP2_PlaneCookParms::myTileX1 |
Definition at line 109 of file COP2_ThreadCookParms.h.
int COP2_PlaneCookParms::myTileX2 |
Definition at line 110 of file COP2_ThreadCookParms.h.
int COP2_PlaneCookParms::myTileY1 |
Definition at line 111 of file COP2_ThreadCookParms.h.
int COP2_PlaneCookParms::myTileY2 |
Definition at line 112 of file COP2_ThreadCookParms.h.
int* COP2_PlaneCookParms::myWorkOrder |
Definition at line 121 of file COP2_ThreadCookParms.h.
int COP2_PlaneCookParms::myWriteProxy |
Definition at line 100 of file COP2_ThreadCookParms.h.
int COP2_PlaneCookParms::myX1 |
Definition at line 105 of file COP2_ThreadCookParms.h.
int COP2_PlaneCookParms::myX2 |
Definition at line 106 of file COP2_ThreadCookParms.h.
int COP2_PlaneCookParms::myXShift |
Definition at line 115 of file COP2_ThreadCookParms.h.
int COP2_PlaneCookParms::myY1 |
Definition at line 107 of file COP2_ThreadCookParms.h.
int COP2_PlaneCookParms::myY2 |
Definition at line 108 of file COP2_ThreadCookParms.h.
int COP2_PlaneCookParms::myYShift |
Definition at line 116 of file COP2_ThreadCookParms.h.