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,
TagNPhase  dummy3 
)

Translation invariant, n phase pixel export operation.

Definition at line 196 of file FuncInOut.h.

References ArrayCH(), and FuncInOut_Row_OutTi().

00198 {
00199     int height = ArrayCH(a);
00200     for (int phase=1 ; phase<=pixOp.NrPhases() ; phase++)
00201     {
00202         pixOp.Init(phase);
00203         for (int y=0 ; y<height ; y++)
00204             FuncInOut_Row_OutTi(a, pixOp, y);
00205         pixOp.Done(phase);
00206     }
00207 }

Here is the call graph for this function:


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