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,
TagPixOpOut  dummy1,
TagTransVar  dummy2,
Tag1Phase  dummy3 
)

Translation variant, 1 phase pixel export operation.

Definition at line 167 of file FuncInOut.h.

References ArrayCH(), and FuncInOut_Row_OutTv().

00169 {
00170     int height = ArrayCH(a);
00171     for (int y=0 ; y<height ; y++)
00172         FuncInOut_Row_OutTv(a, pixOp, y);
00173 }

Here is the call graph for this function:


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