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,
TagPixOpIn  dummy1,
TagTransVar  dummy2,
TagNPhase  dummy3 
)

Translation variant, n phase pixel import operation.

Definition at line 213 of file FuncInOut.h.

References ArrayCH(), and FuncInOut_Row_InTv().

00215 {
00216     int height = ArrayCH(a);
00217     for (int phase=1 ; phase<=pixOp.NrPhases() ; phase++)
00218     {
00219         pixOp.Init(phase);
00220         for (int y=0 ; y<height ; y++)
00221             FuncInOut_Row_InTv(a, pixOp, y);
00222         pixOp.Done(phase);
00223     }
00224 }

Here is the call graph for this function:


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