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

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

Definition at line 31 of file InvRGBw.h.

References InvRGBw().

00032 {
00033     InvRGBw(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:19 2010 for ImpalaSrc by  doxygen 1.5.1