Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

template<class ArrayT>
void Impala::Core::Array::InvCxy ( ArrayT *&  Clx,
ArrayT *&  Cly,
ArrayT *&  Cllx,
ArrayT *&  Clly,
const std::vector< ArrayT * > &  eList 
) [inline]

Definition at line 20 of file InvCxy.h.

References Impala::Core::Array::Pattern::PatM9N4PixOp().

00022 {
00023     Trait::M9N4poCxy<ArrayT, ArrayT> mpo;
00024     Pattern::PatM9N4PixOp(Clx, Cly, Cllx, Clly,
00025                           eList[0], eList[1], eList[2], eList[3], eList[4],
00026                           eList[5], eList[6], eList[7], eList[8], mpo);
00027 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:57:01 2010 for ImpalaSrc by  doxygen 1.5.1