Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

template<class ArrayT, class PixOpT>
void Impala::Core::Array::Pattern::FuncInOut ( ArrayT *  a,
PixOpT &  pixOp,
TagPixOpIn  dummy1,
TagTransInVar  dummy2,
Tag1Phase  dummy3 
)

Translation invariant, 1 phase pixel import operation.

Definition at line 131 of file FuncInOut.h.

References ArrayCH(), and FuncInOut_Row_InTi().

Referenced by FuncInOutDispatch().

00133 {
00134     int height = ArrayCH(a);
00135     for (int y=0 ; y<height ; y++)
00136         FuncInOut_Row_InTi(a, pixOp, y);
00137 }

Here is the call graph for this function:


Generated on Fri Mar 19 11:01:13 2010 for ImpalaSrc by  doxygen 1.5.1