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,
TagTransInVar  dummy2,
Tag1Phase  dummy3 
)

Translation invariant, 1 phase pixel export operation.

Definition at line 143 of file FuncInOut.h.

References ArrayCH(), and FuncInOut_Row_OutTi().

00145 {
00146     int height = ArrayCH(a);
00147     for (int y=0 ; y<height ; y++)
00148         FuncInOut_Row_OutTi(a, pixOp, y);
00149 }

Here is the call graph for this function:


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