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

template<class DstArrayT, class SrcArrayT>
void Impala::Core::Array::InvEw ( DstArrayT *&  dst,
SrcArrayT *  s1,
SrcArrayT *  s2,
SrcArrayT *  s3,
SrcArrayT *  s4,
SrcArrayT *  s5,
SrcArrayT *  s6 
) [inline]

Definition at line 19 of file InvEw.h.

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

Referenced by InvEw().

00021 {
00022     Trait::M6poEw<DstArrayT, SrcArrayT> mpo;
00023     Pattern::PatM6PixOp(dst, s1, s2, s3, s4, s5, s6, mpo);
00024 }

Here is the call graph for this function:


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