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

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

Row : export, translation variant.

Definition at line 106 of file FuncInOut.h.

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

Referenced by FuncInOut().

00107 {
00108     typedef typename ArrayT::StorType StorT;
00109     typedef typename ArrayT::ArithType ArithT;
00110 
00111     StorT* ptr = ArrayCPB(a, 0, y);
00112     int width = ArrayCW(a);
00113     for (int x=0 ; x<width ; x++)
00114     {
00115         pixOp.DoIt(PtrRead(ptr, ArithT()), x, y);
00116         ptr += ArrayT::ElemSize();
00117     }
00118 }

Here is the call graph for this function:


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