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

template<class ArrayT>
void Impala::Core::Array::InvEw ( ArrayT *&  dst,
const std::vector< ArrayT * > &  eList 
) [inline]

Definition at line 30 of file InvEw.h.

References InvEw().

00031 {
00032     InvEw(dst,
00033           //eList[0], eList[3], eList[6],
00034           eList[1], eList[4], eList[7],
00035           eList[2], eList[5], eList[8]);
00036 }

Here is the call graph for this function:


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