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

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

Definition at line 31 of file InvJOSAw.h.

References InvJOSAw().

00032 {
00033     InvJOSAw(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:57:09 2010 for ImpalaSrc by  doxygen 1.5.1