#include <COP2_Context.h>

Public Member Functions | |
| COP2_ContextData * | data () |
| void | setImageBounds (int x1, int y1, int x2, int y2) |
| void | enlargeImageBounds (int x, int y) |
| void | enlargeImageBounds (float x, float y) |
| bool | getImageBounds (int &x1, int &y1, int &x2, int &y2) |
| bool | areBoundsSet () const |
Public Attributes | |
| union { | |
| const TIL_Plane * myPlane | |
| COP2_Context * myNext | |
| }; | |
| int | myArrayIndex |
| float | myTime |
| int | myThreadIndex |
| int | myXres |
| int | myYres |
| int | myXsize |
| int | myYsize |
| int | myXorig |
| int | myYorig |
Friends | |
| class | COP2_Node |
| class | COP2_CookScheduler |
COP2/COP2_FullImageFilter.C, COP2/COP2_FullImageFilter.h, COP2/COP2_MultiInputWipe.C, COP2/COP2_MultiInputWipe.h, COP2/COP2_SampleFilter.C, COP2/COP2_SampleFilter.h, COP2/COP2_SampleGenerator.C, and COP2/COP2_SampleGenerator.h.
Definition at line 73 of file COP2_Context.h.
| bool COP2_Context::areBoundsSet | ( | ) | const [inline] |
Definition at line 103 of file COP2_Context.h.
| COP2_ContextData* COP2_Context::data | ( | ) |
| void COP2_Context::enlargeImageBounds | ( | float | x, | |
| float | y | |||
| ) |
| void COP2_Context::enlargeImageBounds | ( | int | x, | |
| int | y | |||
| ) |
| bool COP2_Context::getImageBounds | ( | int & | x1, | |
| int & | y1, | |||
| int & | x2, | |||
| int & | y2 | |||
| ) |
| void COP2_Context::setImageBounds | ( | int | x1, | |
| int | y1, | |||
| int | x2, | |||
| int | y2 | |||
| ) |
friend class COP2_CookScheduler [friend] |
Definition at line 134 of file COP2_Context.h.
friend class COP2_Node [friend] |
Definition at line 133 of file COP2_Context.h.
| union { ... } |
Definition at line 86 of file COP2_Context.h.
Definition at line 84 of file COP2_Context.h.
| const TIL_Plane* COP2_Context::myPlane |
| float COP2_Context::myTime |
Definition at line 87 of file COP2_Context.h.
Definition at line 93 of file COP2_Context.h.
Definition at line 89 of file COP2_Context.h.
Definition at line 94 of file COP2_Context.h.
Definition at line 90 of file COP2_Context.h.
1.5.9