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

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

Definition at line 19 of file InvRGBw.h.

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

Referenced by InvRGBw().

00022 {
00023     Trait::M9poRGBw<DstArrayT, SrcArrayT> mpo;
00024     Pattern::PatM9PixOp(dst, s1, s2, s3, s4, s5, s6, s7, s8, s9, mpo);
00025 }

Here is the call graph for this function:


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