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

Translation variant, 1 phase pixel import operation.

Definition at line 155 of file FuncInOut.h.

References ArrayCH(), and FuncInOut_Row_InTv().

00157 {
00158     int height = ArrayCH(a);
00159     for (int y=0 ; y<height ; y++)
00160         FuncInOut_Row_InTv(a, pixOp, y);
00161 }

Here is the call graph for this function:


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