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,
ArrayT *  b,
PixOpT &  pixOp,
TagPixOpOut  dummy1,
TagTransInVar  dummy2,
Tag1Phase  dummy3 
)

Translation invariant, 1 phase pixel export operation.

Definition at line 337 of file FuncInOut.h.

References ArrayCH(), and FuncInOut_Row_OutTi().

00339 {
00340     int height = ArrayCH(a);
00341     for (int y=0 ; y<height ; y++)
00342         FuncInOut_Row_OutTi(a, b, pixOp, y);
00343 }

Here is the call graph for this function:


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