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

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

Definition at line 31 of file InvANGw.h.

References InvANGw().

00032 {
00033     InvANGw(dst,
00034             rgbList[0], rgbList[3], rgbList[6],
00035             rgbList[1], rgbList[4], rgbList[7],
00036             rgbList[2], rgbList[5], rgbList[8]);
00037 }

Here is the call graph for this function:


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