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

template<class ArrayT, class PixOpT>
void Impala::Core::Array::Pattern::FuncInOut_Row_InTi ( ArrayT *  a,
PixOpT &  pixOp,
int  y 
) [inline]

Row : import, translation invariant.

Definition at line 57 of file FuncInOut.h.

References ArrayCPB(), ArrayCW(), and PtrWrite().

Referenced by FuncInOut().

00058 {
00059     typedef typename ArrayT::StorType StorT;
00060 
00061     StorT* ptr = ArrayCPB(a, 0, y);
00062     int width = ArrayCW(a);
00063     while (--width >= 0)
00064     {
00065         PtrWrite(ptr, pixOp.DoIt());
00066         ptr += ArrayT::ElemSize();
00067     }
00068 }

Here is the call graph for this function:


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