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

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

Row : export, translation invariant.

Definition at line 73 of file FuncInOut.h.

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

Referenced by FuncInOut().

00074 {
00075     typedef typename ArrayT::StorType StorT;
00076     typedef typename ArrayT::ArithType ArithT;
00077 
00078     StorT* ptr = ArrayCPB(a, 0, y);
00079     int width = ArrayCW(a);
00080     while (--width >= 0)
00081     {
00082         pixOp.DoIt(PtrRead(ptr, ArithT()));
00083         ptr += ArrayT::ElemSize();
00084     }
00085 }

Here is the call graph for this function:


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